diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2024-02-29 12:40:55 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2024-02-29 12:40:55 +0000 |
| commit | 8f8bfcb536a56a6fefde62c4a6ba2289be2b88b9 (patch) | |
| tree | d49923f7f94ed7f6da9da1f2a982293833b92f15 /.github/workflows | |
| parent | d4ef8cad0b95baa67e0f2803a7ec8601754a82a7 (diff) | |
build: timeout ci tests after 8 minutes
as runs are now taking slightly longer than 5 minutes
Diffstat (limited to '.github/workflows')
| -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 a323171..5d2555d 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: 5 | 8 | timeout-minutes: 8 |
| 9 | strategy: | 9 | strategy: |
| 10 | matrix: | 10 | matrix: |
| 11 | rust: | 11 | rust: |