increase wait time between droplet and network launch

master
lza_menace 4 years ago
parent 11ce4eb33a
commit d746f5a117

@ -155,7 +155,7 @@ def launch_funded_operations():
db.session.commit()
click.echo(f'Created new droplet {op.droplet_id}')
sleep(5)
sleep(30)
droplet = do.show_droplet(op.droplet_id)
for net in droplet['networks']['v4']:
if net['type'] == 'public':

Loading…
Cancel
Save