authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-04-14 15:32:37+02:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2025-04-14 21:34:19-04:00
log85b3d02f76428409f7cf19cfb450749cede68605
treed89987c40be96759bdc7c41037d02f091e58a5a3
parent206bd1ced863f0757a2e15b74b533170460dd328

ci: Bump x86_64-linux timeout to 8 hours.

We were really close to the timeout previously, and we recently added hexagon-linux and loongarch64-linux to the test matrix.

1 files changed, 2 insertions(+), 2 deletions(-)

.github/workflows/ci.yaml+2-2
......@@ -13,7 +13,7 @@ permissions:
1313 contents: read
1414jobs:
1515 x86_64-linux-debug:
16 timeout-minutes: 420
16 timeout-minutes: 480
1717 runs-on: [self-hosted, Linux, x86_64]
1818 steps:
1919 - name: Checkout
......@@ -21,7 +21,7 @@ jobs:
2121 - name: Build and Test
2222 run: sh ci/x86_64-linux-debug.sh
2323 x86_64-linux-release:
24 timeout-minutes: 420
24 timeout-minutes: 480
2525 runs-on: [self-hosted, Linux, x86_64]
2626 steps:
2727 - name: Checkout