commit 7efcec2c5100c59c23f70f866fc51a4909a65101
parent ee566035ff3441f9c6e69c04eb3ed7bd9c134f07
Author: MS <ms@taler.net>
Date: Wed, 24 Aug 2022 19:15:02 +0200
wait more
Diffstat:
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git 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...")