aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAlex Rønne Petersen <alex@alexrp.com>2025-06-04 11:55:36 +0200
committerAlex Rønne Petersen <alex@alexrp.com>2025-06-04 19:52:38 +0200
commit80f2aeb8bee41707eb5be5a0dcf21ff2b8137919 (patch)
tree5e9c3fb9ca0e7b68d88278f4fe8b82fc16809f38 /.github
parent2add31bfde7c261c433b61328a88953892fb1b41 (diff)
downloadzig-80f2aeb8bee41707eb5be5a0dcf21ff2b8137919.tar.gz
zig-80f2aeb8bee41707eb5be5a0dcf21ff2b8137919.zip
ci: Bump x86_64-linux timeout from 8 hours to 9 hours.
The addition of FreeBSD and NetBSD targets to the test matrix in #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.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index a65f336e3b..6e3ab5bd57 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -13,7 +13,7 @@ permissions:
contents: read
jobs:
x86_64-linux-debug:
- timeout-minutes: 480
+ timeout-minutes: 540
runs-on: [self-hosted, Linux, x86_64]
steps:
- name: Checkout
@@ -21,7 +21,7 @@ jobs:
- name: Build and Test
run: sh ci/x86_64-linux-debug.sh
x86_64-linux-release:
- timeout-minutes: 480
+ timeout-minutes: 540
runs-on: [self-hosted, Linux, x86_64]
steps:
- name: Checkout