Skip to content

Commit

Permalink
Try increasing timeout-minutes for YJIT Ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
k0kubun committed Apr 18, 2024
1 parent ac62c73 commit 07771c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/yjit-ubuntu.yml
Expand Up @@ -182,7 +182,7 @@ jobs:
make -s -j ${{ matrix.test_task }} ${TESTS:+TESTS="$TESTS"}
RUN_OPTS="$RUN_OPTS" MSPECOPT=--debug
YJIT_BENCH_OPTS="$YJIT_BENCH_OPTS" YJIT_BINDGEN_DIFF_OPTS="$YJIT_BINDGEN_DIFF_OPTS"
timeout-minutes: 60
timeout-minutes: 90
env:
RUBY_TESTOPTS: '-q --tty=no'
TEST_BUNDLED_GEMS_ALLOW_FAILURES: ''
Expand Down

0 comments on commit 07771c7

Please sign in to comment.