Skip to content

Commit

Permalink
build: timeout ci tests after 20 minutes
Browse files Browse the repository at this point in the history
this overrides the default timeout of 6h which is excessive
  • Loading branch information
DanConwayDev committed Feb 5, 2024
1 parent ab1450c commit 0b9c752
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ name: build test
jobs:
ci:
runs-on: ubuntu-latest
timeout-minutes: 20
strategy:
matrix:
rust:
Expand Down

0 comments on commit 0b9c752

Please sign in to comment.