diff options
author | Micky Yun Chan <michan@redhat.com> | 2019-12-18 14:54:25 +0800 |
---|---|---|
committer | Micky Yun Chan <michan@redhat.com> | 2020-01-25 15:51:35 +0800 |
commit | 2d23082cbe4641175d752a5969f67cdadf1afcea (patch) | |
tree | 99c97bfda49497de34cbda28efd44cd1ae606170 /test/functional/p2p_invalid_messages.py | |
parent | 6fef85bfa3cd7f76e83b8b57f9e4acd63eb664ec (diff) |
bump test timeouts so that functional tests run in valgrind
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 20864881c1..15584aab21 100755 --- a/test/functional/p2p_invalid_messages.py +++ b/test/functional/p2p_invalid_messages.py @@ -78,7 +78,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=320) + node.p2p.sync_with_ping(timeout=400) assert node.p2p.is_connected # |