gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-deployment] branch master updated: wait more


From: gnunet
Subject: [taler-deployment] branch master updated: wait more
Date: Wed, 24 Aug 2022 19:15:05 +0200

This is an automated email from the git hooks/post-receive script.

ms pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 7efcec2  wait more
7efcec2 is described below

commit 7efcec2c5100c59c23f70f866fc51a4909a65101
Author: MS <ms@taler.net>
AuthorDate: Wed Aug 24 19:15:02 2022 +0200

    wait more
---
 bin/taler-gv | 5 ++---
 1 file 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...")

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]