diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-05-08 19:47:15 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-05-19 01:05:58 +0200 |
commit | 65c3c71ca9784d98f7b9a4aa13351fedc64af3c8 (patch) | |
tree | 8819990921c00289ade7144173467ebf7396761d | |
parent | 7217b8d06549c23558732c0e2e53af5045eef1e1 (diff) | |
download | exchange-65c3c71ca9784d98f7b9a4aa13351fedc64af3c8.tar.gz exchange-65c3c71ca9784d98f7b9a4aa13351fedc64af3c8.tar.bz2 exchange-65c3c71ca9784d98f7b9a4aa13351fedc64af3c8.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 a2bf9001..eb6a2b1b 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 |