mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-09 10:43:19 -05:00
test: Avoid intermittent test failure in feature_csv_activation.py
This commit is contained in:
parent
92aad5303b
commit
faed284eab
1 changed files with 1 additions and 0 deletions
|
@ -92,6 +92,7 @@ class BIP68_112_113Test(BitcoinTestFramework):
|
||||||
self.num_nodes = 1
|
self.num_nodes = 1
|
||||||
self.setup_clean_chain = True
|
self.setup_clean_chain = True
|
||||||
self.extra_args = [[
|
self.extra_args = [[
|
||||||
|
'-peertimeout=999999', # bump because mocktime might cause a disconnect otherwise
|
||||||
'-whitelist=noban@127.0.0.1',
|
'-whitelist=noban@127.0.0.1',
|
||||||
'-par=1', # Use only one script thread to get the exact reject reason for testing
|
'-par=1', # Use only one script thread to get the exact reject reason for testing
|
||||||
]]
|
]]
|
||||||
|
|
Loading…
Add table
Reference in a new issue