diff options
author | Christian Grothoff <christian@grothoff.org> | 2024-10-01 15:20:36 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2024-10-01 15:20:36 +0200 |
commit | c39b0b5dc716230c19c34a8303dad0ec8c094086 (patch) | |
tree | edfb197deb07d3d877aa2a6512c66fc0965b60dc | |
parent | 0cafb7acb873beba8962c3de6ddbe0f8388b3f0d (diff) |
fix time-dependent kyc test failure
-rw-r--r-- | src/testing/test_kyc_api.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/testing/test_kyc_api.c b/src/testing/test_kyc_api.c index f4f87552..fd468537 100644 --- a/src/testing/test_kyc_api.c +++ b/src/testing/test_kyc_api.c @@ -329,6 +329,9 @@ run (void *cls, TALER_TESTING_cmd_exec_wirewatch ( "wirewatch-big", CONFIG_FILE), + TALER_TESTING_cmd_sleep ( + "sleep to de-collide AML timestamps", + 1), TALER_TESTING_cmd_take_aml_decision ( "freeze", "aml-officer", |