Commit f68d3c63df

Andrew Kelley <andrew@ziglang.org>
2023-01-27 22:53:17
CI: give x86_64-linux-release a little more time
When the CPU cores are pegged, the thermal throttling kicks in and makes jobs take significantly longer.
1 parent 97b1a9b
Changed files (1)
.github
workflows
.github/workflows/ci.yaml
@@ -18,6 +18,7 @@ jobs:
       - name: Build and Test
         run: sh ci/x86_64-linux-debug.sh
   x86_64-linux-release:
+    timeout-minutes: 420
     runs-on: [self-hosted, Linux, x86_64]
     steps:
       - name: Checkout