Merge pull request #10428 from colinux/ci-timeout
Tech (CI): agressive timeout because system tests sometimes hang forever
This commit is contained in:
commit
dac83f1be5
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