gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: fix Sandbox/Nexus waiting (7293)


From: gnunet
Subject: [taler-exchange] branch master updated: fix Sandbox/Nexus waiting (7293)
Date: Fri, 19 Aug 2022 12:26:41 +0200

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

ms pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 516d8e30 fix Sandbox/Nexus waiting (7293)
516d8e30 is described below

commit 516d8e30ed7fb0e75d433f4df17751901425c6f8
Author: MS <ms@taler.net>
AuthorDate: Fri Aug 19 12:25:41 2022 +0200

    fix Sandbox/Nexus waiting (7293)
---
 contrib/taler-bank-manage-testing | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/contrib/taler-bank-manage-testing 
b/contrib/taler-bank-manage-testing
index 7e4da516..f73c39a1 100755
--- a/contrib/taler-bank-manage-testing
+++ b/contrib/taler-bank-manage-testing
@@ -37,13 +37,13 @@ echo -n "Waiting for Sandbox.."
 for n in `seq 1 50`; do
   echo -n "."
   sleep 1
-  wget --timeout=1 \
+  if wget --timeout=1 \
     --tries=3 --waitretry=0 \
     -o /dev/null -O /dev/null \
-    $LIBEUFIN_SANDBOX_URL
-  break
+    $LIBEUFIN_SANDBOX_URL; then
+    break
+  fi
 done
-sleep 1  #7293
 echo OK
 
 register_sandbox_account() {
@@ -122,13 +122,13 @@ set +e
 for n in `seq 1 50`; do
   echo -n "."
   sleep 1
-  wget --timeout=1 \
+  if wget --timeout=1 \
     --tries=3 --waitretry=0 \
     -o /dev/null -O /dev/null \
-    $LIBEUFIN_NEXUS_URL
-  break
+    $LIBEUFIN_NEXUS_URL; then
+    break
+  fi
 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]