diff options
author | MarcoFalke <falke.marco@gmail.com> | 2021-09-13 09:48:59 +0200 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2021-09-13 09:41:58 +0200 |
commit | fad4f4464583e3c26c95c2c301f39df6b3dcf6c7 (patch) | |
tree | f1bcb7a906d2ddfb6a0c4dbb859c269f11ba7c38 /test/functional/feature_csv_activation.py | |
parent | 053a5fc7d912d597cd6dc7376b479420d1eae1c0 (diff) |
test: Set peertimeout in write_config
This avoids having to remember to set it whenever mocktime is used with
peer connections. Also, it might help avoiding disconnects when
attaching a debugger to a running test.
Diffstat (limited to 'test/functional/feature_csv_activation.py')
-rwxr-xr-x | test/functional/feature_csv_activation.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/functional/feature_csv_activation.py b/test/functional/feature_csv_activation.py index 2bfe22267b..d2b3fe45d1 100755 --- a/test/functional/feature_csv_activation.py +++ b/test/functional/feature_csv_activation.py @@ -94,7 +94,6 @@ 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 ]] |