aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2021-09-07 10:30:54 +0200
committerMarcoFalke <falke.marco@gmail.com>2021-09-09 13:58:00 +0200
commitfaed284eabb250a07331dfca22bb8f96a95c72ea (patch)
treec65f01aa8c6f4909fc5a3410fe44f3b028139a07 /test
parent92aad5303b9b96c46015156b5dc96b48e9e7bc76 (diff)
downloadbitcoin-faed284eabb250a07331dfca22bb8f96a95c72ea.tar.xz
test: Avoid intermittent test failure in feature_csv_activation.py
Diffstat (limited to 'test')
-rwxr-xr-xtest/functional/feature_csv_activation.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/feature_csv_activation.py b/test/functional/feature_csv_activation.py
index bc0050d47a..1412f9e9d2 100755
--- a/test/functional/feature_csv_activation.py
+++ b/test/functional/feature_csv_activation.py
@@ -92,6 +92,7 @@ class BIP68_112_113Test(BitcoinTestFramework):
self.num_nodes = 1
self.setup_clean_chain = True
self.extra_args = [[
+ '-peertimeout=999999', # bump because mocktime might cause a disconnect otherwise
'-whitelist=noban@127.0.0.1',
'-par=1', # Use only one script thread to get the exact reject reason for testing
]]