From e41656077eb45481df6fe73dc7938387b6141358 Mon Sep 17 00:00:00 2001 From: Paul Holzinger Date: Mon, 27 Jul 2026 20:27:23 +0200 Subject: [PATCH] ci: update machine linux timeout to 60m It seems CNCF downgraded the runner performance and thus the task can no longer finish in under 40 minutes. Bump it to 60m and hope this is enough. We cannot use a bigger runner (more cores) as the tests are largely single threaded by design. Signed-off-by: Paul Holzinger --- .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 35884694f1..3dc4ae0980 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -437,7 +437,7 @@ jobs: needs.path-filter.outputs.machine == 'true' name: machine linux ${{ matrix.os.arch }} runs-on: ${{ matrix.os.runner }} - timeout-minutes: 40 + timeout-minutes: 60 strategy: fail-fast: false matrix: