gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] branch master updated: wait a little longer


From: gnunet
Subject: [taler-merchant] branch master updated: wait a little longer
Date: Thu, 02 Sep 2021 15:58:41 +0200

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

sebasjm pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new 292e27ff wait a little longer
292e27ff is described below

commit 292e27ff7d1119ce40aefbaae39c327132392db1
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Thu Sep 2 10:58:32 2021 -0300

    wait a little longer
---
 src/testing/initialize_taler_system.sh | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/testing/initialize_taler_system.sh 
b/src/testing/initialize_taler_system.sh
index b66780a1..55cad2a9 100755
--- a/src/testing/initialize_taler_system.sh
+++ b/src/testing/initialize_taler_system.sh
@@ -140,10 +140,10 @@ echo " OK"
 
 echo -n "Waiting for the bank"
 # Wait for bank to be available (usually the slowest)
-for n in `seq 1 50`
+for n in `seq 1 10`
 do
     echo -n "."
-    sleep 0.2
+    sleep 1
     OK=0
     # bank
     wget --waitretry=0 --timeout=1 http://localhost:8082/ -o /dev/null -O 
/dev/null >/dev/null || continue
@@ -159,7 +159,7 @@ echo " OK"
 
 echo -n "Waiting for taler services "
 # Wait for all other taler services to be available
-for n in `seq 1 10`
+for n in `seq 1 20`
 do
     echo -n "."
     sleep 1
@@ -183,7 +183,7 @@ echo "OK"
 
 set +e
 echo -n 'Wait the exchange for gather its keys '
-for n in `seq 1 10`
+for n in `seq 1 50`
 do
     echo -n "."
     sleep 1

-- 
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]