Project

General

Profile

Bug #18782 » 0004-Increase-timeout-for-debug-tests.patch

ioquatix (Samuel Williams), 05/14/2022 11:05 PM

View differences:

.github/workflows/ubuntu.yml
- name: make ${{ matrix.test_task }}
run: |
$SETARCH make -s ${{ matrix.test_task }} ${TESTS:+TESTS=`echo "$TESTS" | sed 's| |$$/ -n!/|g;s|^|-n!/|;s|$|$$/|'`}
timeout-minutes: 40
timeout-minutes: 60
env:
RUBY_TESTOPTS: "-q --tty=no"
TESTS: ${{ matrix.test_task == 'check' && matrix.skipped_tests || '' }}
(4-4/5)