Commit 0b8fca5a19

Andrew Kelley <andrew@ziglang.org>
2023-10-17 06:55:11
CI: bump aarch64-linux-debug timeout to 8 hours
When the system gets busy, the runs take drastically longer.
1 parent e44152e
Changed files (1)
.github
workflows
.github/workflows/ci.yaml
@@ -26,7 +26,7 @@ jobs:
       - name: Build and Test
         run: sh ci/x86_64-linux-release.sh
   aarch64-linux-debug:
-    timeout-minutes: 420
+    timeout-minutes: 480
     runs-on: [self-hosted, Linux, aarch64]
     steps:
       - name: Checkout