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:
parent
f282c22d34
commit
7ee4e93d31
2 changed files with 2 additions and 2 deletions
2
.github/workflows/puma-no-ssl.yml
vendored
2
.github/workflows/puma-no-ssl.yml
vendored
|
@ -47,5 +47,5 @@ jobs:
|
|||
|
||||
- name: test
|
||||
id: test
|
||||
timeout-minutes: 10
|
||||
timeout-minutes: 20
|
||||
run: bundle exec rake test:all
|
||||
|
|
2
.github/workflows/puma.yml
vendored
2
.github/workflows/puma.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue