From fad4f4464583e3c26c95c2c301f39df6b3dcf6c7 Mon Sep 17 00:00:00 2001 From: MarcoFalke Date: Mon, 13 Sep 2021 09:48:59 +0200 Subject: 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. --- test/functional/feature_maxuploadtarget.py | 1 - 1 file changed, 1 deletion(-) (limited to 'test/functional/feature_maxuploadtarget.py') diff --git a/test/functional/feature_maxuploadtarget.py b/test/functional/feature_maxuploadtarget.py index 12bcc2ffc5..ac4d40638e 100755 --- a/test/functional/feature_maxuploadtarget.py +++ b/test/functional/feature_maxuploadtarget.py @@ -38,7 +38,6 @@ class MaxUploadTest(BitcoinTestFramework): self.extra_args = [[ "-maxuploadtarget=800", "-acceptnonstdtxn=1", - "-peertimeout=9999", # bump because mocktime might cause a disconnect otherwise ]] self.supports_cli = False -- cgit v1.2.3