Skip to content

Commit

Permalink
add timeouts to tests github action. (#911)
Browse files Browse the repository at this point in the history
This adds ~10 minutes to previous test run time, in order to leave a
comfortable margin, while still significantly reducing the run time of
the task in case it gets stuck. Without defining this, the task runs
for 6 hours.
  • Loading branch information
nihohit committed Aug 10, 2023
1 parent e5727a1 commit bd3cef5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
build:

runs-on: ubuntu-latest
timeout-minutes: 35
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit bd3cef5

Please sign in to comment.