Skip to content

Commit 8a5401d

Browse files
Lower GitHub actions test run timeouts
1 parent c68751f commit 8a5401d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
jobs:
1010
macos_regression:
1111
runs-on: macos-latest
12+
timeout-minutes: 3
1213
strategy:
1314
matrix:
1415
ruby:
@@ -26,6 +27,7 @@ jobs:
2627
run: bundle exec rake
2728
ubuntu_regression:
2829
runs-on: ubuntu-latest
30+
timeout-minutes: 3
2931
strategy:
3032
matrix:
3133
ruby:

0 commit comments

Comments
 (0)