gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] 108/130: sleep to get tests to pass


From: gnunet
Subject: [taler-exchange] 108/130: sleep to get tests to pass
Date: Wed, 17 Nov 2021 12:25:56 +0100

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

grothoff pushed a commit to branch master
in repository exchange.

commit a79cc16067285cee7de72d889eaf8152cc17739d
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Mon Nov 8 23:31:16 2021 +0100

    sleep to get tests to pass
---
 src/testing/test_auditor_api.c | 1 +
 src/testing/test_kyc_api.c     | 1 +
 2 files changed, 2 insertions(+)

diff --git a/src/testing/test_auditor_api.c b/src/testing/test_auditor_api.c
index b94866cd..d85ece1f 100644
--- a/src/testing/test_auditor_api.c
+++ b/src/testing/test_auditor_api.c
@@ -70,6 +70,7 @@ static struct TALER_TESTING_BankConfiguration bc;
  * @param label label to use for the command.
  */
 #define CMD_EXEC_AGGREGATOR(label) \
+  TALER_TESTING_cmd_sleep (label "-sleep", 1), \
   TALER_TESTING_cmd_exec_aggregator (label, CONFIG_FILE), \
   TALER_TESTING_cmd_exec_transfer (label, CONFIG_FILE)
 
diff --git a/src/testing/test_kyc_api.c b/src/testing/test_kyc_api.c
index b179e9c4..ea296495 100644
--- a/src/testing/test_kyc_api.c
+++ b/src/testing/test_kyc_api.c
@@ -65,6 +65,7 @@ static struct TALER_TESTING_BankConfiguration bc;
  * @param label label to use for the command.
  */
 #define CMD_EXEC_AGGREGATOR(label)                        \
+  TALER_TESTING_cmd_sleep (label "-sleep", 1), \
   TALER_TESTING_cmd_exec_aggregator /*_with_kyc*/ (label, CONFIG_FILE), \
   TALER_TESTING_cmd_exec_transfer (label, CONFIG_FILE)
 

-- 
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]