commit 20b86f40e29ec3ee7d8d29b068807b2c563fcf16
parent dcb48238641e7d82f5e7c1c0e3e0d029765fffe5
Author: Christian Grothoff <christian@grothoff.org>
Date: Mon, 14 Dec 2020 15:42:40 +0100
activating implementation of #6175
Diffstat:
3 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/src/testing/test_merchant_api.c b/src/testing/test_merchant_api.c
@@ -1143,7 +1143,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_batch ("orders-id",
get_private_order_id),
TALER_TESTING_cmd_config ("config",
diff --git a/src/testing/test_merchant_api.conf b/src/testing/test_merchant_api.conf
@@ -102,6 +102,9 @@ DB = postgres
# HTTP port the exchange listens to
PORT = 8081
+SIGNKEY_LEGAL_DURATION = 2 years
+
+
# Our public key
MASTER_PUBLIC_KEY = T1VVFQZZARQ1CMF4BN58EE7SKTW5AV2BS18S87ZEGYS4S29J6DNG
diff --git a/src/testing/test_merchant_api_twisted.c b/src/testing/test_merchant_api_twisted.c
@@ -333,7 +333,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",
twister_merchant_url,
"default",