From fa05d52af475dc4109c09b70b17b22f5ffc6e6e6 Mon Sep 17 00:00:00 2001 From: MarcoFalke Date: Thu, 20 Dec 2018 06:44:46 +1300 Subject: test: Bump timeout to run tests in travis thread sanitizer --- test/functional/p2p_invalid_messages.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/functional/p2p_invalid_messages.py') 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 # -- cgit v1.2.3