gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: Fix bank test.


From: gnunet
Subject: [taler-exchange] branch master updated: Fix bank test.
Date: Thu, 09 Jan 2020 16:30:51 +0100

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

marcello pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 554da101 Fix bank test.
554da101 is described below

commit 554da10133eb491b352a106b98ebeaed797133bb
Author: Marcello Stanisci <address@hidden>
AuthorDate: Thu Jan 9 16:20:28 2020 +0100

    Fix bank test.
    
    Getting wget to tolerate the 302 returned
    by the bank as a response to "GET /".
---
 src/bank-lib/testing_api_helpers.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bank-lib/testing_api_helpers.c 
b/src/bank-lib/testing_api_helpers.c
index d97b4a5c..64976edb 100644
--- a/src/bank-lib/testing_api_helpers.c
+++ b/src/bank-lib/testing_api_helpers.c
@@ -205,7 +205,7 @@ TALER_TESTING_run_bank (const char *config_filename,
   }
 
   GNUNET_asprintf (&wget_cmd,
-                   "wget -q -t 1 -T 1 %s -o /dev/null -O /dev/null",
+                   "wget -q -t 2 -T 1 %s -o /dev/null -O /dev/null",
                    bank_url);
 
   /* give child time to start and bind against the socket */

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]