From 71f2dc838162b484b8a957cd4f7919daa9d8c0ad Mon Sep 17 00:00:00 2001 From: Nikita Pozdniakov Date: Tue, 27 Jan 2026 16:04:09 +0300 Subject: [PATCH] timeout up to 35 2 --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 30ee22d..e6f66c7 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: run: | set -euxo pipefail timeout 35s apk update \ - timeout 30s apk add --no-cache curl jq + timeout 35s apk add --no-cache curl jq - name: Get Keycloak access token from Gitea secrets env: