From 5620110506a1f629c9c44123858c0930064dde2b Mon Sep 17 00:00:00 2001 From: NimBold Date: Wed, 19 Aug 2026 18:38:33 +0330 Subject: [PATCH] fix(ci): allow slow Linux apt index refresh - give Ubuntu package-index refresh enough time on loaded mirrors - retain retry, request timeout, and job-level safeguards --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ff10c42..0114217 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,7 +53,7 @@ jobs: - name: Install Linux dependencies if: runner.os == 'Linux' run: | - sudo env DEBIAN_FRONTEND=noninteractive timeout --foreground --signal=TERM --kill-after=30s 5m apt-get \ + sudo env DEBIAN_FRONTEND=noninteractive timeout --foreground --signal=TERM --kill-after=30s 10m apt-get \ -o Acquire::Retries=3 \ -o Acquire::http::Timeout=30 \ -o Acquire::https::Timeout=30 \