summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2020-01-09 16:20:28 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2020-01-09 16:20:28 +0100
commit554da10133eb491b352a106b98ebeaed797133bb (patch)
tree0df30c25fc9cb1fab3b85b4183e7a8bd2e8eb1af
parent59b12d2d80c01b1f029d2f32762e9b87a47ef5bb (diff)
downloadexchange-554da10133eb491b352a106b98ebeaed797133bb.tar.gz
exchange-554da10133eb491b352a106b98ebeaed797133bb.tar.bz2
exchange-554da10133eb491b352a106b98ebeaed797133bb.zip
Fix bank test.
Getting wget to tolerate the 302 returned by the bank as a response to "GET /".
-rw-r--r--src/bank-lib/testing_api_helpers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bank-lib/testing_api_helpers.c b/src/bank-lib/testing_api_helpers.c
index d97b4a5c4..64976edbb 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 */