Skip to content

Commit fab9008

Browse files
author
MarcoFalke
committed
ci: Bump timeout factor
This avoids timeouts when signing a large raw transaction https://cirrus-ci.com/task/5009228131729408?command=ci#L4981 test_framework.authproxy.JSONRPCException: 'signrawtransactionwithwallet' RPC took longer than 120.000000 seconds. Consider using larger timeout for calls that take longer to return. (-344)
1 parent 50eb0c2 commit fab9008

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/test/00_setup_env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export RUN_SECURITY_TESTS=${RUN_SECURITY_TESTS:-false}
3838
# By how much to scale the test_runner timeouts (option --timeout-factor).
3939
# This is needed because some ci machines have slow CPU or disk, so sanitizers
4040
# might be slow or a reindex might be waiting on disk IO.
41-
export TEST_RUNNER_TIMEOUT_FACTOR=${TEST_RUNNER_TIMEOUT_FACTOR:-4}
41+
export TEST_RUNNER_TIMEOUT_FACTOR=${TEST_RUNNER_TIMEOUT_FACTOR:-40}
4242
export TEST_RUNNER_ENV=${TEST_RUNNER_ENV:-}
4343
export RUN_FUZZ_TESTS=${RUN_FUZZ_TESTS:-false}
4444
export EXPECTED_TESTS_DURATION_IN_SECONDS=${EXPECTED_TESTS_DURATION_IN_SECONDS:-1000}

0 commit comments

Comments
 (0)