test: Add test case specific default wait timeout, use in feature_assumeutxo#28586
test: Add test case specific default wait timeout, use in feature_assumeutxo#28586fjahr wants to merge 1 commit intobitcoin:masterfrom
Conversation
And use this in feature_assumeutxo.
|
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers. ReviewsSee the guideline for information on the review process. |
From this description it follows that #28585 was caused by "slow" CI environment. But timeout in 2400 seconds may point at some else roots of the problem. |
Removed the fix note, #28589 is the actual fix |
Can this be closed then? |
|
I am closing this for now and will reopen if we see more timeouts occur. Could be that the timeouts @achow101 reported were related to #28589. |
This adds the possibility of defining a default wait timeout for a whole functional test case. It then applies this to
feature_assumeutxowhich tends to timeout on slower machines.