diff options
author | Sebastian <sebasjm@gmail.com> | 2021-09-02 10:58:32 -0300 |
---|---|---|
committer | Sebastian <sebasjm@gmail.com> | 2021-09-02 10:58:32 -0300 |
commit | 292e27ff7d1119ce40aefbaae39c327132392db1 (patch) | |
tree | 3e652250c4089248b252f692aace43882f368c94 | |
parent | eac1b39e5b5b5ada08d030c91e5abb9a80e0c127 (diff) | |
download | merchant-292e27ff7d1119ce40aefbaae39c327132392db1.tar.gz merchant-292e27ff7d1119ce40aefbaae39c327132392db1.zip |
wait a little longer
-rwxr-xr-x | src/testing/initialize_taler_system.sh | 8 |
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 | ||
141 | echo -n "Waiting for the bank" | 141 | echo -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) |
143 | for n in `seq 1 50` | 143 | for n in `seq 1 10` |
144 | do | 144 | do |
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 | ||
160 | echo -n "Waiting for taler services " | 160 | echo -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 |
162 | for n in `seq 1 10` | 162 | for n in `seq 1 20` |
163 | do | 163 | do |
164 | echo -n "." | 164 | echo -n "." |
165 | sleep 1 | 165 | sleep 1 |
@@ -183,7 +183,7 @@ echo "OK" | |||
183 | 183 | ||
184 | set +e | 184 | set +e |
185 | echo -n 'Wait the exchange for gather its keys ' | 185 | echo -n 'Wait the exchange for gather its keys ' |
186 | for n in `seq 1 10` | 186 | for n in `seq 1 50` |
187 | do | 187 | do |
188 | echo -n "." | 188 | echo -n "." |
189 | sleep 1 | 189 | sleep 1 |