summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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...")