From fa1d25c0d67c043c55c442fcee3229d4e7a1183e Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 14 Dec 2020 15:42:51 +0100 Subject: activating implementation of #6175 --- src/testing/test_sync_api.c | 2 +- src/testing/test_sync_api.conf | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/testing/test_sync_api.c b/src/testing/test_sync_api.c index 0bfc940..d89c5f6 100644 --- a/src/testing/test_sync_api.c +++ b/src/testing/test_sync_api.c @@ -164,7 +164,7 @@ run (void *cls, CONFIG_FILE), TALER_TESTING_cmd_check_keys_pull_all_keys ("refetch /keys", 1, - 20 /* FIXME: wrong number... */), + 232 /* FIXME: wrong number... */), TALER_TESTING_cmd_merchant_post_instances ("instance-create-default", merchant_url, "default", diff --git a/src/testing/test_sync_api.conf b/src/testing/test_sync_api.conf index 03280e5..7030c15 100644 --- a/src/testing/test_sync_api.conf +++ b/src/testing/test_sync_api.conf @@ -145,6 +145,8 @@ PORT = 8081 # Our public key MASTER_PUBLIC_KEY = T1VVFQZZARQ1CMF4BN58EE7SKTW5AV2BS18S87ZEGYS4S29J6DNG +SIGNKEY_LEGAL_DURATION = 2 years + # Base URL of the exchange. BASE_URL = "http://localhost:8081/" -- cgit v1.2.3