From c58a685ab00902d26027769f40b6556ed356480d Mon Sep 17 00:00:00 2001 From: Nikita Pozdniakov Date: Tue, 27 Jan 2026 15:57:14 +0300 Subject: [PATCH] timeout up to 35 --- .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 2e142e5..30ee22d 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: - name: Install tools (curl, jq) run: | set -euxo pipefail - timeout 30s apk update \ + timeout 35s apk update \ timeout 30s apk add --no-cache curl jq - name: Get Keycloak access token from Gitea secrets