288 | - # not yet been determined.
289 | - # Discussed in https://github.com/bitcoin/bitcoin/pull/28509
290 | - if: github.event_name != 'pull_request'
291 | - run: py -3 test\functional\test_runner.py --jobs $env:NUMBER_OF_PROCESSORS --ci --quiet --tmpdirprefix=$env:RUNNER_TEMP --combinedlogslen=99999999 --timeout-factor=$env:TEST_RUNNER_TIMEOUT_FACTOR --extended
292 | + env:
293 | + TEST_RUNNER_EXTRA: ${{ github.event_name != 'pull_request' && '--extended' || '' }}
How much longer would it take to also run --extended?
How much longer would it take to also run --extended?
Appr. extra 10 minutes.
The feature_dbcrash.py test takes the longest time.