From 6d65e9927b9c66c0d2cd99beed9e179cb69e7854 Mon Sep 17 00:00:00 2001 From: Nikita Pozdniakov Date: Tue, 27 Jan 2026 15:10:26 +0300 Subject: [PATCH] Add 30-second timeout to apk commands in CI workflow --- .gitea/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 83e0ca8..ae48354 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -20,8 +20,8 @@ jobs: export APK_TIMEOUT=10 export APK_RETRIES=1 export APK_PROGRESS=plain - apk update -v - apk add --no-cache curl jq + timeout 30s apk update -v + timeout 30s apk add --no-cache curl jq - name: Get Keycloak access token from Gitea secrets env: