diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2024-07-03 10:10:07 +0100 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2024-07-03 10:10:07 +0100 |
| commit | b4e3cdac8160b6aa7c5975989a7cff50a53eca3d (patch) | |
| tree | 2b3c78089e585fef542247dc5aeb2158b7fe560a /.github/workflows/clippy_rustfmt_test.yaml | |
| parent | ed5b52ea31f6fd69f3585dd563289a7d9b946ba3 (diff) | |
build: increase CI test timeout
whilst running clippy takes ~2m and tests take ~5m 10s,
'set up job' can take anywhere from 1s to 2ms
Diffstat (limited to '.github/workflows/clippy_rustfmt_test.yaml')
| -rw-r--r-- | .github/workflows/clippy_rustfmt_test.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/clippy_rustfmt_test.yaml b/.github/workflows/clippy_rustfmt_test.yaml index 5253814..c22d187 100644 --- a/.github/workflows/clippy_rustfmt_test.yaml +++ b/.github/workflows/clippy_rustfmt_test.yaml | |||
| @@ -5,7 +5,7 @@ name: build test | |||
| 5 | jobs: | 5 | jobs: |
| 6 | ci: | 6 | ci: |
| 7 | runs-on: ubuntu-latest | 7 | runs-on: ubuntu-latest |
| 8 | timeout-minutes: 8 | 8 | timeout-minutes: 15 |
| 9 | steps: | 9 | steps: |
| 10 | - uses: actions/checkout@v3 | 10 | - uses: actions/checkout@v3 |
| 11 | - uses: cachix/install-nix-action@v22 | 11 | - uses: cachix/install-nix-action@v22 |