diff options
author | Graham Krizek <graham@krizek.io> | 2018-12-28 08:28:38 -0600 |
---|---|---|
committer | Graham Krizek <graham@krizek.io> | 2018-12-28 08:28:38 -0600 |
commit | b6f0db69a9c9cdf101371720351935121590d3aa (patch) | |
tree | d8c5ff4fb939c40301c534a4f74a99a877034a64 /test/functional | |
parent | aa9aca85f1efff69d1d1dbd834ee457960a3fb24 (diff) |
Increase timeout of featuer_assumevalid test to fix flaky tests
Diffstat (limited to 'test/functional')
-rwxr-xr-x | test/functional/feature_assumevalid.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/feature_assumevalid.py b/test/functional/feature_assumevalid.py index 3d0467038d..12a4ce9aff 100755 --- a/test/functional/feature_assumevalid.py +++ b/test/functional/feature_assumevalid.py @@ -180,7 +180,7 @@ class AssumeValidTest(BitcoinTestFramework): for i in range(2202): p2p1.send_message(msg_block(self.blocks[i])) # Syncing 2200 blocks can take a while on slow systems. Give it plenty of time to sync. - p2p1.sync_with_ping(120) + p2p1.sync_with_ping(150) assert_equal(self.nodes[1].getblock(self.nodes[1].getbestblockhash())['height'], 2202) # Send blocks to node2. Block 102 will be rejected. |