We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa9aca8 commit b6f0db6Copy full SHA for b6f0db6
test/functional/feature_assumevalid.py
@@ -180,7 +180,7 @@ def run_test(self):
180
for i in range(2202):
181
p2p1.send_message(msg_block(self.blocks[i]))
182
# Syncing 2200 blocks can take a while on slow systems. Give it plenty of time to sync.
183
- p2p1.sync_with_ping(120)
+ p2p1.sync_with_ping(150)
184
assert_equal(self.nodes[1].getblock(self.nodes[1].getbestblockhash())['height'], 2202)
185
186
# Send blocks to node2. Block 102 will be rejected.
0 commit comments