mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-01-12 08:08:25 +00:00
[tests] fixup dbcrash interaction with add_nodes()
Github-Pull: #11230
Rebased-From: 8fdb6f9126
This commit is contained in:
parent
2b97b36e5d
commit
d8dd8e7356
@ -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…
Reference in New Issue
Block a user