adjust config and timeouts

This commit is contained in:
Florian Dold 2020-01-17 23:02:24 +01:00
parent b322614eb2
commit d567bfe237
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B
5 changed files with 421 additions and 434 deletions

Binary file not shown.

View File

@ -1 +1 @@
054N5YVMKJKWXM00BHSVDY9D7JWH9TPJHR3H74VZA3AF3SM5FEP0
NKWBW8Z5N18CCH9YJEG14H8KGBYCVZZV2T0GTWM1CN7JQJEKQK60

File diff suppressed because it is too large Load Diff

View File

@ -79,11 +79,11 @@ CURRENCY = TESTKUDOS
[account-1]
WIRE_RESPONSE = ${TALER_DATA_HOME}/exchange/account-1.json
url = payto://x-taler-bank/localhost/2
url = payto://x-taler-bank/localhost/Exchange
METHOD = x-taler-bank
enable_debit = yes
enable_credit = yes
WIRE_GATEWAY_URL = "http://localhost:8082/taler-wire-gateway/42/"
WIRE_GATEWAY_URL = "http://localhost:8082/taler-wire-gateway/Exchange/"
WIRE_GATEWAY_AUTH_METHOD = basic
USERNAME = Exchange
PASSWORD = x

View File

@ -103,7 +103,7 @@ taler-exchange-wirewatch -c $CONF 2> taler-exchange-wirewatch.log &
taler-auditor-httpd -c $CONF 2> taler-auditor-httpd.log &
# Wait for all services to be available
for n in `seq 1 20`
for n in `seq 1 50`
do
echo -n "."
sleep 0.1