test: Bump timeouts in slow running tests

This commit is contained in:
MarcoFalke
2019-09-16 13:19:29 -04:00
parent cd737214ce
commit fa502cb6f0
7 changed files with 10 additions and 7 deletions

View File

@@ -85,7 +85,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=120)
node.p2p.sync_with_ping(timeout=320)
assert node.p2p.is_connected
#