adjust config and timeouts
This commit is contained in:
parent
b322614eb2
commit
d567bfe237
Binary file not shown.
@ -1 +1 @@
|
||||
054N5YVMKJKWXM00BHSVDY9D7JWH9TPJHR3H74VZA3AF3SM5FEP0
|
||||
NKWBW8Z5N18CCH9YJEG14H8KGBYCVZZV2T0GTWM1CN7JQJEKQK60
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user