From 95edb3ec107c89a04d2a7e2395841cc228e91a81 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Sat, 28 Nov 2020 00:17:55 -0800 Subject: [PATCH] Increase timeout for MJIT Actions It's too short for --jit-wait https://github.com/ruby/ruby/runs/1466690076?check_suite_focus=true --- .github/workflows/mjit.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/mjit.yml b/.github/workflows/mjit.yml index cdb6c940cb..4aaca36641 100644 --- a/.github/workflows/mjit.yml +++ b/.github/workflows/mjit.yml @@ -43,11 +43,11 @@ jobs: - run: make $JOBS - run: sudo make $JOBS -s install - run: make $JOBS -s test RUN_OPTS="$RUN_OPTS" - timeout-minutes: 10 + timeout-minutes: 60 - run: make $JOBS -s test-all RUN_OPTS="$RUN_OPTS" - timeout-minutes: 10 + timeout-minutes: 60 - run: make $JOBS -s test-spec RUN_OPTS="$RUN_OPTS" - timeout-minutes: 5 + timeout-minutes: 60 - uses: k0kubun/action-slack@v2.0.0 with: payload: |