From d746f5a117f6a6b5754ed06e3a713185db3a4eae Mon Sep 17 00:00:00 2001 From: lza_menace Date: Sat, 27 Feb 2021 07:39:04 -0800 Subject: [PATCH] increase wait time between droplet and network launch --- app/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/cli.py b/app/cli.py index 21f2f39..abc349d 100644 --- a/app/cli.py +++ b/app/cli.py @@ -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':