ci: agressive timeout because system tests sometimes hang forever
This commit is contained in:
parent
55ee9cd6bf
commit
0c9006e953
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -59,6 +59,7 @@ jobs:
|
|||
unit_tests:
|
||||
name: Unit tests
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 20
|
||||
env:
|
||||
RUBY_YJIT_ENABLE: "1"
|
||||
services:
|
||||
|
@ -113,6 +114,7 @@ jobs:
|
|||
system_tests:
|
||||
name: System tests
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 20
|
||||
env:
|
||||
RUBY_YJIT_ENABLE: "1"
|
||||
services:
|
||||
|
|
Loading…
Reference in a new issue