diff options
author | MarcoFalke <falke.marco@gmail.com> | 2018-12-20 06:44:46 +1300 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2018-12-20 08:06:28 +1300 |
commit | fa05d52af475dc4109c09b70b17b22f5ffc6e6e6 (patch) | |
tree | 73550be78d7eb89d36506c815d18de93aaabe7c3 /test/functional/p2p_invalid_messages.py | |
parent | cb52cee29d0d8be062c22e59299b8e332da340c5 (diff) |
test: Bump timeout to run tests in travis thread sanitizer
Diffstat (limited to 'test/functional/p2p_invalid_messages.py')
-rwxr-xr-x | test/functional/p2p_invalid_messages.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/p2p_invalid_messages.py b/test/functional/p2p_invalid_messages.py index 65997a5f9d..dbc5c5fff6 100755 --- a/test/functional/p2p_invalid_messages.py +++ b/test/functional/p2p_invalid_messages.py @@ -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 # |