summaryrefslogtreecommitdiff
path: root/src/testing/initialize_taler_system.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/testing/initialize_taler_system.sh')
-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"
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