diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-05-08 19:47:15 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-05-11 10:01:40 +0200 |
commit | 93464191f56c63b6a5f5e5fa5de64c9a721cec2b (patch) | |
tree | 8819990921c00289ade7144173467ebf7396761d | |
parent | 141d4b154a9d6f57ba82edda1cd003be8adb1dd5 (diff) | |
download | exchange-93464191f56c63b6a5f5e5fa5de64c9a721cec2b.tar.gz exchange-93464191f56c63b6a5f5e5fa5de64c9a721cec2b.zip |
sleep to ensure aggregator has work
-rw-r--r-- | src/testing/test_exchange_api.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/testing/test_exchange_api.c b/src/testing/test_exchange_api.c index a2bf90014..eb6a2b1bb 100644 --- a/src/testing/test_exchange_api.c +++ b/src/testing/test_exchange_api.c | |||
@@ -346,6 +346,8 @@ run (void *cls, | |||
346 | NULL, | 346 | NULL, |
347 | 0, | 347 | 0, |
348 | MHD_HTTP_NOT_FOUND), | 348 | MHD_HTTP_NOT_FOUND), |
349 | TALER_TESTING_cmd_sleep ("sleep-before-aggregator", | ||
350 | 1), | ||
349 | /* Run transfers. Note that _actual_ aggregation will NOT | 351 | /* Run transfers. Note that _actual_ aggregation will NOT |
350 | * happen here, as each deposit operation is run with a | 352 | * happen here, as each deposit operation is run with a |
351 | * fresh merchant public key, so the aggregator will treat | 353 | * fresh merchant public key, so the aggregator will treat |