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 92aad53 commit faed284Copy full SHA for faed284
test/functional/feature_csv_activation.py
@@ -92,6 +92,7 @@ def set_test_params(self):
92
self.num_nodes = 1
93
self.setup_clean_chain = True
94
self.extra_args = [[
95
+ '-peertimeout=999999', # bump because mocktime might cause a disconnect otherwise
96
'-whitelist=noban@127.0.0.1',
97
'-par=1', # Use only one script thread to get the exact reject reason for testing
98
]]
0 commit comments