aboutsummaryrefslogtreecommitdiffstats
path: root/moonv4/bin/bootstrap.py
diff options
context:
space:
mode:
Diffstat (limited to 'moonv4/bin/bootstrap.py')
-rw-r--r--moonv4/bin/bootstrap.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/moonv4/bin/bootstrap.py b/moonv4/bin/bootstrap.py
index 98b8f9a3..6f2a5e03 100644
--- a/moonv4/bin/bootstrap.py
+++ b/moonv4/bin/bootstrap.py
@@ -213,6 +213,7 @@ def start_moon(data_config):
output = subprocess.run(cmd,
stdout=subprocess.PIPE,
stderr=subprocess.PIPE)
+ time.sleep(3)
if output.returncode != 0:
log.info(" ".join(cmd))
log.info(output.returncode)