diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2023-10-16 21:55:11 -0700 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2023-10-16 21:55:11 -0700 |
| commit | 0b8fca5a195278bb5d5fb1ea09a504c30f751415 (patch) | |
| tree | f568caddb74cfaea00c0884ad3839c05baba6a78 | |
| parent | e44152e25200a9129724d10c093e64255289e811 (diff) | |
| download | zig-0b8fca5a195278bb5d5fb1ea09a504c30f751415.tar.gz zig-0b8fca5a195278bb5d5fb1ea09a504c30f751415.zip | |
CI: bump aarch64-linux-debug timeout to 8 hours
When the system gets busy, the runs take drastically longer.
| -rw-r--r-- | .github/workflows/ci.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6e783ae878..65404f3edd 100644 --- a/.github/workflows/ci.yaml +++ b/.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 |
