gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: notes on #7293


From: gnunet
Subject: [taler-exchange] branch master updated: notes on #7293
Date: Sat, 06 Aug 2022 13:56:29 +0200

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

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 064659c8 notes on #7293
064659c8 is described below

commit 064659c8e903331a1cae7d39f3ec2c8d0b6372f8
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sat Aug 6 13:56:26 2022 +0200

    notes on #7293
---
 contrib/taler-bank-manage-testing | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/contrib/taler-bank-manage-testing 
b/contrib/taler-bank-manage-testing
index 9be8ac9a..7e4da516 100755
--- a/contrib/taler-bank-manage-testing
+++ b/contrib/taler-bank-manage-testing
@@ -14,7 +14,7 @@ set -eu
 if [ "$#" -ne 4 ];
 then
     echo "illegal number of parameters.  \
-Give: Nexus port number, SQLIte file path, exchange base URL, config file 
path."
+Give: Nexus port number, SQLite file path, exchange base URL, config file 
path."
     exit 1
 fi
 
@@ -36,13 +36,14 @@ set +e
 echo -n "Waiting for Sandbox.."
 for n in `seq 1 50`; do
   echo -n "."
-  sleep 1  
+  sleep 1
   wget --timeout=1 \
     --tries=3 --waitretry=0 \
     -o /dev/null -O /dev/null \
     $LIBEUFIN_SANDBOX_URL
   break
 done
+sleep 1  #7293
 echo OK
 
 register_sandbox_account() {
@@ -120,13 +121,14 @@ echo -n Waiting for Nexus..
 set +e
 for n in `seq 1 50`; do
   echo -n "."
-  sleep 1  
+  sleep 1
   wget --timeout=1 \
     --tries=3 --waitretry=0 \
     -o /dev/null -O /dev/null \
     $LIBEUFIN_NEXUS_URL
   break
 done
+sleep 1 #7293
 set -e
 echo OK
 export LIBEUFIN_NEXUS_USERNAME=exchange

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