Skip to content

Commit f169482

Browse files
authored
Set timeout-minutes in the test.yml Actions workflow (#548)
1 parent cd545b2 commit f169482

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
jobs:
88
test:
99
runs-on: ubuntu-latest
10+
timeout-minutes: 10
1011
strategy:
1112
fail-fast: false
1213
matrix:

0 commit comments

Comments
 (0)