Commit 85b3d02f76

Alex Rønne Petersen <alex@alexrp.com>
2025-04-14 15:32:37
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 parent 206bd1c
Changed files (1)
.github
workflows
.github/workflows/ci.yaml
@@ -13,7 +13,7 @@ permissions:
   contents: read
 jobs:
   x86_64-linux-debug:
-    timeout-minutes: 420
+    timeout-minutes: 480
     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: 420
+    timeout-minutes: 480
     runs-on: [self-hosted, Linux, x86_64]
     steps:
       - name: Checkout