diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 20335c718..11e97ca81 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: