ci: Increase --timeout-factor in the native Windows CI task#23463
ci: Increase --timeout-factor in the native Windows CI task#23463hebasto wants to merge 1 commit intobitcoin:masterfrom
Conversation
This change should mitigate timeouts for `wait_until()` in the `p2p_feefilter.py` functional test.
|
A similar failure has just happened in |
|
Why do the timeout failures give the impression that increasing the timeout will fix them? |
No, I don't think that this PR fixes timeout failures. It mitigates them by tuning of a parameter which is used already. Btw, the default value in CI: bitcoin/ci/test/00_setup_env.sh Line 44 in c86f546 |
|
Increasing the timeout this far should only be needed when running on slow environments (such as valgrind on a raspberry pi). The underlying issue here is a missing To explain:
https://cirrus-ci.com/task/6483187195969536?logs=functional_tests#L1202 |
|
Just checked, #20362 was opened on Nov 10th, so it is a year short 2 days, not more than a year, but still. |
|
So yeah. NACK on this pull unless there is a reason to do this. |
|
Closing in favor of #23300. |
This PR should mitigate timeouts for
wait_until()in thep2p_feefilter.pyfunctional test.Such failures are only observable recently, since the native Windows task was improved:
The value
12is just my guess.