Merge pull request #10428 from colinux/ci-timeout

Tech (CI): agressive timeout because system tests sometimes hang forever
This commit is contained in:
Colin Darie 2024-05-21 16:09:59 +00:00 committed by GitHub
commit dac83f1be5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: