Skip to content

Commit 47b01da

Browse files
committed
add timeout
Now assertions enabled ruby binary doesn't run in 15 mins so it tries to increase timeout to 30mins
1 parent fb67374 commit 47b01da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
test:
1818

1919
runs-on: ubuntu-latest
20-
timeout-minutes: 15
20+
timeout-minutes: 30
2121
strategy:
2222
fail-fast: false
2323
matrix:

0 commit comments

Comments
 (0)