1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00

CI timeout to 20 mins to prevent JRuby/Truffle timeouts

This commit is contained in:
Nate Berkopec 2020-09-28 07:34:56 -06:00
parent f282c22d34
commit 7ee4e93d31
No known key found for this signature in database
GPG key ID: BDD7A4B8E43906A6
2 changed files with 2 additions and 2 deletions

View file

@ -47,5 +47,5 @@ jobs:
- name: test
id: test
timeout-minutes: 10
timeout-minutes: 20
run: bundle exec rake test:all

View file

@ -68,7 +68,7 @@ jobs:
- name: test
id: test
timeout-minutes: 10
timeout-minutes: 20
continue-on-error: ${{ matrix.allow-failure || false }}
if: success() # only run if previous steps have succeeded
run: bundle exec rake test:all