Bug #18782 » 0004-Increase-timeout-for-debug-tests.patch
.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 || '' }}
|