diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2024-02-05 00:00:00 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2024-02-05 00:00:00 +0000 |
| commit | 0b9c7521b035e60ad7c458c1e782623e18a5cc21 (patch) | |
| tree | c4b2d74db403f6c9520101d5a4fb7b5aa8bfb72e /.github | |
| parent | ab1450c655f7fdfc214e1556d16fc754ca684613 (diff) | |
build: timeout ci tests after 20 minutes
this overrides the default timeout of 6h which is excessive
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build_test.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build_test.yaml b/.github/workflows/build_test.yaml index f61d7e3..3e1e0fe 100644 --- a/.github/workflows/build_test.yaml +++ b/.github/workflows/build_test.yaml | |||
| @@ -5,6 +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: 20 | ||
| 8 | strategy: | 9 | strategy: |
| 9 | matrix: | 10 | matrix: |
| 10 | rust: | 11 | rust: |