Skip to content

Commit faed284

Browse files
author
MarcoFalke
committed
test: Avoid intermittent test failure in feature_csv_activation.py
1 parent 92aad53 commit faed284

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/functional/feature_csv_activation.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ def set_test_params(self):
9292
self.num_nodes = 1
9393
self.setup_clean_chain = True
9494
self.extra_args = [[
95+
'-peertimeout=999999', # bump because mocktime might cause a disconnect otherwise
9596
'-whitelist=noban@127.0.0.1',
9697
'-par=1', # Use only one script thread to get the exact reject reason for testing
9798
]]

0 commit comments

Comments
 (0)