-
Notifications
You must be signed in to change notification settings - Fork 38.7k
ci: Increase --timeout-factor in the native Windows CI task #23463
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This change should mitigate timeouts for `wait_until()` in the `p2p_feefilter.py` functional test.
|
A similar failure has just happened in |
lsilva01
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
utACK e72096f
|
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:
|
|
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.