gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] branch master updated: nexus-exchange test.


From: gnunet
Subject: [taler-exchange] branch master updated: nexus-exchange test.
Date: Mon, 08 Jun 2020 20:30:28 +0200

This is an automated email from the git hooks/post-receive script.

ms pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 599cba31 nexus-exchange test.
599cba31 is described below

commit 599cba31056888be47e004ac779078ca2e092ec0
Author: MS <ms@taler.net>
AuthorDate: Mon Jun 8 20:29:46 2020 +0200

    nexus-exchange test.
    
    give time to payments to settle, before requesting
    /history/incoming and /history/outgoing.
---
 src/testing/test_bank_api.c | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/src/testing/test_bank_api.c b/src/testing/test_bank_api.c
index ffce3503..3a3fd353 100644
--- a/src/testing/test_bank_api.c
+++ b/src/testing/test_bank_api.c
@@ -87,6 +87,8 @@ run (void *cls,
                                             "KUDOS:5.01",
                                             &bc.exchange_auth,
                                             bc.user42_payto),
+      TALER_TESTING_cmd_sleep ("Waiting 4s for 'credit-1' to settle",
+                              4),
       TALER_TESTING_cmd_bank_credits ("history-1c",
                                       &bc.exchange_auth,
                                       NULL,
@@ -106,6 +108,9 @@ run (void *cls,
                                   bc.user42_payto,
                                   &wtid,
                                   "http://exchange.example.com/";),
+
+      TALER_TESTING_cmd_sleep ("Waiting 5s for 'debit-1' to settle",
+                              5),
       TALER_TESTING_cmd_bank_debits ("history-2b",
                                      &bc.exchange_auth,
                                      NULL,

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]