Skip to content

Commit 80f2aeb

Browse files
committed
ci: Bump x86_64-linux timeout from 8 hours to 9 hours.
The addition of FreeBSD and NetBSD targets to the test matrix in ziglang#24013 seems to be causing timeouts under load. We might need to exclude some of those from CI, but start by bumping the timeout so we can get a sense of how much more time is actually needed.
1 parent 2add31b commit 80f2aeb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ permissions:
1313
contents: read
1414
jobs:
1515
x86_64-linux-debug:
16-
timeout-minutes: 480
16+
timeout-minutes: 540
1717
runs-on: [self-hosted, Linux, x86_64]
1818
steps:
1919
- name: Checkout
2020
uses: actions/checkout@v4
2121
- name: Build and Test
2222
run: sh ci/x86_64-linux-debug.sh
2323
x86_64-linux-release:
24-
timeout-minutes: 480
24+
timeout-minutes: 540
2525
runs-on: [self-hosted, Linux, x86_64]
2626
steps:
2727
- name: Checkout

0 commit comments

Comments
 (0)