Skip to content

Commit b6f0db6

Browse files
committed
Increase timeout of featuer_assumevalid test to fix flaky tests
1 parent aa9aca8 commit b6f0db6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functional/feature_assumevalid.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ def run_test(self):
180180
for i in range(2202):
181181
p2p1.send_message(msg_block(self.blocks[i]))
182182
# Syncing 2200 blocks can take a while on slow systems. Give it plenty of time to sync.
183-
p2p1.sync_with_ping(120)
183+
p2p1.sync_with_ping(150)
184184
assert_equal(self.nodes[1].getblock(self.nodes[1].getbestblockhash())['height'], 2202)
185185

186186
# Send blocks to node2. Block 102 will be rejected.

0 commit comments

Comments
 (0)