summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-12-14 15:42:51 +0100
committerChristian Grothoff <christian@grothoff.org>2020-12-14 15:42:51 +0100
commitfa1d25c0d67c043c55c442fcee3229d4e7a1183e (patch)
treea81babd9786aa1d15963370267e37cda0ae69e98
parentbff2a8b7a3c21ecdc5f522a89f62e85fd8ba9d78 (diff)
downloadsync-fa1d25c0d67c043c55c442fcee3229d4e7a1183e.tar.gz
sync-fa1d25c0d67c043c55c442fcee3229d4e7a1183e.tar.bz2
sync-fa1d25c0d67c043c55c442fcee3229d4e7a1183e.zip
activating implementation of #6175
-rw-r--r--src/testing/test_sync_api.c2
-rw-r--r--src/testing/test_sync_api.conf2
2 files changed, 3 insertions, 1 deletions
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/"