test: Bump timeouts to avoid valgrind failures#18345
Merged
maflcko merged 1 commit intobitcoin:masterfrom Mar 15, 2020
Merged
Conversation
Contributor
|
ACK faffb226dad4395a2d131d7acdd5458e039fdd74 We need MSan too for maximal protection - review beg #18288 :) |
faffb22 to
fa19295
Compare
Contributor
|
ACK fa19295 |
deadalnix
pushed a commit
to Bitcoin-ABC/bitcoin-abc
that referenced
this pull request
Nov 18, 2020
Summary: > Also speed up tx relay while touching the file anyway. This should fix the intermittent error `AssertionError: Mempool sync timed out:` If it doesn't solve the issue completely, we may also need [[bitcoin/bitcoin#17770 | PR17770]], [[bitcoin/bitcoin#18345 | PR18345]] and [[bitcoin/bitcoin#18704 | PR18704]]. These 3 PRs were previous unsuccesful attempts to solve this issue by Core, maybe they are useless or maybe they are part of the solution. This is a backport of Core [[bitcoin/bitcoin#18752 | PR18752]] Test Plan: `ninja && test/functional/test_runner.py mempool_reorg` Reviewers: #bitcoin_abc, majcosta Reviewed By: #bitcoin_abc, majcosta Subscribers: majcosta Differential Revision: https://reviews.bitcoinabc.org/D8436
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This should fix ci timeout issues such as: