Expand RJIT timeout to 60min

This commit is contained in:
Hiroshi SHIBATA 2024-07-08 17:58:46 +09:00
parent a5f4014738
commit bfb8cad771
No known key found for this signature in database
GPG Key ID: F9CF13417264FAC2

View File

@ -105,7 +105,7 @@ jobs:
- name: make test-all
run: |
$SETARCH make -s test-all RUN_OPTS="$RUN_OPTS"
timeout-minutes: 40
timeout-minutes: 60
env:
GNUMAKEFLAGS: ''
RUBY_TESTOPTS: '-q --tty=no'