aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2021-09-02 10:58:32 -0300
committerSebastian <sebasjm@gmail.com>2021-09-02 10:58:32 -0300
commit292e27ff7d1119ce40aefbaae39c327132392db1 (patch)
tree3e652250c4089248b252f692aace43882f368c94
parenteac1b39e5b5b5ada08d030c91e5abb9a80e0c127 (diff)
downloadmerchant-292e27ff7d1119ce40aefbaae39c327132392db1.tar.gz
merchant-292e27ff7d1119ce40aefbaae39c327132392db1.zip
wait a little longer
-rwxr-xr-xsrc/testing/initialize_taler_system.sh8
1 files 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"
140 140
141echo -n "Waiting for the bank" 141echo -n "Waiting for the bank"
142# Wait for bank to be available (usually the slowest) 142# Wait for bank to be available (usually the slowest)
143for n in `seq 1 50` 143for n in `seq 1 10`
144do 144do
145 echo -n "." 145 echo -n "."
146 sleep 0.2 146 sleep 1
147 OK=0 147 OK=0
148 # bank 148 # bank
149 wget --waitretry=0 --timeout=1 http://localhost:8082/ -o /dev/null -O /dev/null >/dev/null || continue 149 wget --waitretry=0 --timeout=1 http://localhost:8082/ -o /dev/null -O /dev/null >/dev/null || continue
@@ -159,7 +159,7 @@ echo " OK"
159 159
160echo -n "Waiting for taler services " 160echo -n "Waiting for taler services "
161# Wait for all other taler services to be available 161# Wait for all other taler services to be available
162for n in `seq 1 10` 162for n in `seq 1 20`
163do 163do
164 echo -n "." 164 echo -n "."
165 sleep 1 165 sleep 1
@@ -183,7 +183,7 @@ echo "OK"
183 183
184set +e 184set +e
185echo -n 'Wait the exchange for gather its keys ' 185echo -n 'Wait the exchange for gather its keys '
186for n in `seq 1 10` 186for n in `seq 1 50`
187do 187do
188 echo -n "." 188 echo -n "."
189 sleep 1 189 sleep 1