nexus-exchange test.
give time to payments to settle, before requesting /history/incoming and /history/outgoing.
This commit is contained in:
parent
a3b193ff8d
commit
599cba3105
@ -87,6 +87,8 @@ run (void *cls,
|
|||||||
"KUDOS:5.01",
|
"KUDOS:5.01",
|
||||||
&bc.exchange_auth,
|
&bc.exchange_auth,
|
||||||
bc.user42_payto),
|
bc.user42_payto),
|
||||||
|
TALER_TESTING_cmd_sleep ("Waiting 4s for 'credit-1' to settle",
|
||||||
|
4),
|
||||||
TALER_TESTING_cmd_bank_credits ("history-1c",
|
TALER_TESTING_cmd_bank_credits ("history-1c",
|
||||||
&bc.exchange_auth,
|
&bc.exchange_auth,
|
||||||
NULL,
|
NULL,
|
||||||
@ -106,6 +108,9 @@ run (void *cls,
|
|||||||
bc.user42_payto,
|
bc.user42_payto,
|
||||||
&wtid,
|
&wtid,
|
||||||
"http://exchange.example.com/"),
|
"http://exchange.example.com/"),
|
||||||
|
|
||||||
|
TALER_TESTING_cmd_sleep ("Waiting 5s for 'debit-1' to settle",
|
||||||
|
5),
|
||||||
TALER_TESTING_cmd_bank_debits ("history-2b",
|
TALER_TESTING_cmd_bank_debits ("history-2b",
|
||||||
&bc.exchange_auth,
|
&bc.exchange_auth,
|
||||||
NULL,
|
NULL,
|
||||||
|
Loading…
Reference in New Issue
Block a user