summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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/"