From faed284eabb250a07331dfca22bb8f96a95c72ea Mon Sep 17 00:00:00 2001 From: MarcoFalke Date: Tue, 7 Sep 2021 10:30:54 +0200 Subject: [PATCH] test: Avoid intermittent test failure in feature_csv_activation.py --- test/functional/feature_csv_activation.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/functional/feature_csv_activation.py b/test/functional/feature_csv_activation.py index bc0050d47aa..1412f9e9d25 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 ]]