diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2024-02-15 07:47:57 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2024-02-15 07:47:57 +0000 |
| commit | 9012d37f4a6c8b7958aab3a1b2794c7421c94dce (patch) | |
| tree | e9bf3e1807ff3f84976095d56e4774b4e8302100 /.github | |
| parent | bac1118d417261ee71738553b7c508f6ea6b48a8 (diff) | |
build: timeout ci tests after 5 minutes
0b9c7521b035e60ad7c458c1e782623e18a5cc21 set this to 20 minutes from 6h
but it only 3m to run on each channel
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build_test.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build_test.yaml b/.github/workflows/build_test.yaml index 3e1e0fe..a323171 100644 --- a/.github/workflows/build_test.yaml +++ b/.github/workflows/build_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: 20 | 8 | timeout-minutes: 5 |
| 9 | strategy: | 9 | strategy: |
| 10 | matrix: | 10 | matrix: |
| 11 | rust: | 11 | rust: |