exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 554da10133eb491b352a106b98ebeaed797133bb
parent 59b12d2d80c01b1f029d2f32762e9b87a47ef5bb
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Thu,  9 Jan 2020 16:20:28 +0100

Fix bank test.

Getting wget to tolerate the 302 returned
by the bank as a response to "GET /".

Diffstat:
Msrc/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 @@ -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 */