mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-10-10 19:43:13 +02:00
test: Bump timeout to run tests in travis thread sanitizer
This commit is contained in:
@@ -86,7 +86,7 @@ class InvalidMessagesTest(BitcoinTestFramework):
|
||||
|
||||
# Peer 1, despite serving up a bunch of nonsense, should still be connected.
|
||||
self.log.info("Waiting for node to drop junk messages.")
|
||||
node.p2p.sync_with_ping(timeout=30)
|
||||
node.p2p.sync_with_ping(timeout=120)
|
||||
assert node.p2p.is_connected
|
||||
|
||||
#
|
||||
|
Reference in New Issue
Block a user