authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-06-04 11:55:36+02:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-06-04 19:52:38+02:00
log80f2aeb8bee41707eb5be5a0dcf21ff2b8137919
tree5e9c3fb9ca0e7b68d88278f4fe8b82fc16809f38
parent2add31bfde7c261c433b61328a88953892fb1b41

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.

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: 48016 timeout-minutes: 540
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: 48024 timeout-minutes: 540
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