Skip to content

Commit bd3cef5

Browse files
authored
add timeouts to tests github action. (#911)
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.
1 parent e5727a1 commit bd3cef5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/rust.yml

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
build:
1515

1616
runs-on: ubuntu-latest
17+
timeout-minutes: 35
1718
strategy:
1819
fail-fast: false
1920
matrix:

0 commit comments

Comments
 (0)