mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-25 10:43:19 -03:00
[tests] fixup dbcrash interaction with add_nodes()
This commit is contained in:
parent
ce665863b1
commit
8fdb6f9126
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ class ChainstateWriteCrashTest(BitcoinTestFramework):
|
||||||
|
|
||||||
def setup_network(self):
|
def setup_network(self):
|
||||||
# Need a bit of extra time for the nodes to start up for this test
|
# Need a bit of extra time for the nodes to start up for this test
|
||||||
self.add_nodes(self.num_nodes, timewait=90)
|
self.add_nodes(self.num_nodes, extra_args=self.extra_args, timewait=90)
|
||||||
self.start_nodes()
|
self.start_nodes()
|
||||||
# Leave them unconnected, we'll use submitblock directly in this test
|
# Leave them unconnected, we'll use submitblock directly in this test
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue