summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMS <ms@taler.net>2022-08-24 19:15:02 +0200
committerMS <ms@taler.net>2022-08-24 19:15:02 +0200
commit7efcec2c5100c59c23f70f866fc51a4909a65101 (patch)
treeb849e8affc6cc3bfdd6e26cbc43f722bc3a2cd52
parentee566035ff3441f9c6e69c04eb3ed7bd9c134f07 (diff)
downloaddeployment-7efcec2c5100c59c23f70f866fc51a4909a65101.tar.gz
deployment-7efcec2c5100c59c23f70f866fc51a4909a65101.tar.bz2
deployment-7efcec2c5100c59c23f70f866fc51a4909a65101.zip
wait more
-rwxr-xr-xbin/taler-gv5
1 files changed, 2 insertions, 3 deletions
diff --git a/bin/taler-gv b/bin/taler-gv
index 5b1467f..fe7794b 100755
--- a/bin/taler-gv
+++ b/bin/taler-gv
@@ -1077,7 +1077,6 @@ def prepare(postgres_db_name):
socket_file = str(UNIX_SOCKETS_DIR / left_socket)
if s.connect_ex(socket_file.encode("utf-8")) == 0:
fail(f"A service is unexpectedly running and bound to {socket_file}!")
- print(" OK")
print_nn("Remove stale data and config...")
if TALER_DATA_DIR.exists():
@@ -1353,7 +1352,7 @@ def prepare(postgres_db_name):
}).run()
print_nn("Launching Sandbox...")
subprocess.run(["systemctl", "--user", "start", "taler-local-sandbox.service"])
- time.sleep(2)
+ time.sleep(3)
print(" OK")
print_nn("Make Sandbox EBICS host...")
Command(
@@ -1450,7 +1449,7 @@ def prepare(postgres_db_name):
print_nn("Launching Nexus...")
subprocess.run(["systemctl", "--user", "start", "taler-local-nexus.service"])
- time.sleep(2)
+ time.sleep(3)
print(" OK")
print_nn("Create Exchange account at Nexus...")