diff options
| author | MarcoFalke <[email protected]> | 2020-08-15 09:36:13 +0200 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2020-08-15 09:24:46 +0200 |
| commit | fa6583c30bf7d82cf7ffdae995f8f16524ad2c0d (patch) | |
| tree | d53647bd24012f91aa8a82cd53d6e0e8c7dfc18b /ci/test/06_script_b.sh | |
| parent | Merge #19457: wallet: Cleanup wallettool salvage and walletdb extraneous decl... (diff) | |
| download | discoin-fa6583c30bf7d82cf7ffdae995f8f16524ad2c0d.tar.xz discoin-fa6583c30bf7d82cf7ffdae995f8f16524ad2c0d.zip | |
ci: Set increased --timeout-factor by default
Diffstat (limited to 'ci/test/06_script_b.sh')
| -rwxr-xr-x | ci/test/06_script_b.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/test/06_script_b.sh b/ci/test/06_script_b.sh index 96d44328b..6c14a3dfb 100755 --- a/ci/test/06_script_b.sh +++ b/ci/test/06_script_b.sh @@ -35,7 +35,7 @@ fi if [ "$RUN_FUNCTIONAL_TESTS" = "true" ]; then BEGIN_FOLD functional-tests - DOCKER_EXEC LD_LIBRARY_PATH=$DEPENDS_DIR/$HOST/lib ${TEST_RUNNER_ENV} test/functional/test_runner.py --ci $MAKEJOBS --tmpdirprefix "${BASE_SCRATCH_DIR}/test_runner/" --ansi --combinedlogslen=4000 ${TEST_RUNNER_EXTRA} --quiet --failfast + DOCKER_EXEC LD_LIBRARY_PATH=$DEPENDS_DIR/$HOST/lib ${TEST_RUNNER_ENV} test/functional/test_runner.py --ci $MAKEJOBS --tmpdirprefix "${BASE_SCRATCH_DIR}/test_runner/" --ansi --combinedlogslen=4000 --timeout-factor=${TEST_RUNNER_TIMEOUT_FACTOR} ${TEST_RUNNER_EXTRA} --quiet --failfast END_FOLD fi |