diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2023-01-27 14:53:17 -0700 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2023-01-27 14:53:17 -0700 |
| commit | f68d3c63df0486c7039732ef442c87fcd7c6fc57 (patch) | |
| tree | 8c298b6e5aad241c999db49b1412e8e3d485da9f /.github/workflows | |
| parent | 97b1a9bb6bcf1b293c3da5e3a3bfd829016c0e85 (diff) | |
| download | zig-f68d3c63df0486c7039732ef442c87fcd7c6fc57.tar.gz zig-f68d3c63df0486c7039732ef442c87fcd7c6fc57.zip | |
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.
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8f0bcb7b96..6bb0ce4a1b 100644 --- a/.github/workflows/ci.yaml +++ b/.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 |
