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 a8c1ea5 commit fa952faCopy full SHA for fa952fa
test/functional/p2p_headers_sync_with_minchainwork.py
@@ -27,6 +27,7 @@
27
28
class RejectLowDifficultyHeadersTest(BitcoinTestFramework):
29
def set_test_params(self):
30
+ self.rpc_timeout *= 4 # To avoid timeout when generating BLOCKS_TO_MINE
31
self.setup_clean_chain = True
32
self.num_nodes = 4
33
# Node0 has no required chainwork; node1 requires 15 blocks on top of the genesis block; node2 requires 2047
0 commit comments