test: Bump timeout to run tests in travis thread sanitizer

This commit is contained in:
MarcoFalke
2018-12-20 06:44:46 +13:00
parent cb52cee29d
commit fa05d52af4
3 changed files with 4 additions and 5 deletions

View File

@@ -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
#