summaryrefslogtreecommitdiff
path: root/src/testing
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-11-08 23:31:16 +0100
committerChristian Grothoff <christian@grothoff.org>2021-11-08 23:31:16 +0100
commita79cc16067285cee7de72d889eaf8152cc17739d (patch)
treea4d5558125c6d4d81a751bac5621544d9daf6b72 /src/testing
parente7d3d9a7b06de8f3f923a048d49fd7909feeab40 (diff)
downloadexchange-a79cc16067285cee7de72d889eaf8152cc17739d.tar.gz
exchange-a79cc16067285cee7de72d889eaf8152cc17739d.tar.bz2
exchange-a79cc16067285cee7de72d889eaf8152cc17739d.zip
sleep to get tests to pass
Diffstat (limited to 'src/testing')
-rw-r--r--src/testing/test_auditor_api.c1
-rw-r--r--src/testing/test_kyc_api.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/testing/test_auditor_api.c b/src/testing/test_auditor_api.c
index b94866cd5..d85ece1fb 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 b179e9c42..ea2964958 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)