Skip to content

Commit 8fdb6f9

Browse files
committed
[tests] fixup dbcrash interaction with add_nodes()
1 parent ce66586 commit 8fdb6f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functional/dbcrash.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def set_test_params(self):
6464

6565
def setup_network(self):
6666
# Need a bit of extra time for the nodes to start up for this test
67-
self.add_nodes(self.num_nodes, timewait=90)
67+
self.add_nodes(self.num_nodes, extra_args=self.extra_args, timewait=90)
6868
self.start_nodes()
6969
# Leave them unconnected, we'll use submitblock directly in this test
7070

0 commit comments

Comments
 (0)