mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 04:57:54 +00:00
refactor: actually parallel
This commit is contained in:
parent
050ef6cca3
commit
01a87d85be
@ -266,8 +266,7 @@ def storage_nodes(grid):
|
||||
nodes_d = []
|
||||
# start all 5 nodes in parallel
|
||||
for x in range(5):
|
||||
#nodes_d.append(grid.add_storage_node())
|
||||
pytest_twisted.blockon(grid.add_storage_node())
|
||||
nodes_d.append(grid.add_storage_node())
|
||||
|
||||
nodes_status = pytest_twisted.blockon(DeferredList(nodes_d))
|
||||
for ok, value in nodes_status:
|
||||
|
Loading…
Reference in New Issue
Block a user