diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-05-08 19:47:15 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-07-05 16:35:00 +0200 |
commit | 5b01ccbfc60c4d60b5b06ed9555a4cf57a843a65 (patch) | |
tree | 85b34bd5f9e1862dc97c2f1392aa2d14969b33b9 /src | |
parent | 4f82885560d5d468ef5230f7ec383c612cc9625c (diff) |
sleep to ensure aggregator has work
Diffstat (limited to 'src')
-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, NULL, 0, MHD_HTTP_NOT_FOUND), + TALER_TESTING_cmd_sleep ("sleep-before-aggregator", + 1), /* Run transfers. Note that _actual_ aggregation will NOT * happen here, as each deposit operation is run with a * fresh merchant public key, so the aggregator will treat |