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:...@@ -13,7 +13,7 @@ permissions:
13 contents: read13 contents: read
14jobs:14jobs:
15 x86_64-linux-debug:15 x86_64-linux-debug:
16 timeout-minutes: 42016 timeout-minutes: 480
17 runs-on: [self-hosted, Linux, x86_64]17 runs-on: [self-hosted, Linux, x86_64]
18 steps:18 steps:
19 - name: Checkout19 - name: Checkout
...@@ -21,7 +21,7 @@ jobs:...@@ -21,7 +21,7 @@ jobs:
21 - name: Build and Test21 - name: Build and Test
22 run: sh ci/x86_64-linux-debug.sh22 run: sh ci/x86_64-linux-debug.sh
23 x86_64-linux-release:23 x86_64-linux-release:
24 timeout-minutes: 42024 timeout-minutes: 480
25 runs-on: [self-hosted, Linux, x86_64]25 runs-on: [self-hosted, Linux, x86_64]
26 steps:26 steps:
27 - name: Checkout27 - name: Checkout