summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-01-16 23:43:43 +0100
committerChristian Grothoff <christian@grothoff.org>2021-01-16 23:43:43 +0100
commit1a064af32ce0dde158e13a7918684e05da679964 (patch)
treeca89a8c8d36b975bc839713264ec0cfaa6e66fcb
parent51221bcd826435240f6340cecb04cae0ddf46625 (diff)
downloadsync-1a064af32ce0dde158e13a7918684e05da679964.tar.gz
sync-1a064af32ce0dde158e13a7918684e05da679964.tar.bz2
sync-1a064af32ce0dde158e13a7918684e05da679964.zip
reduce lookahead
-rw-r--r--src/testing/test_sync_api.conf10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/testing/test_sync_api.conf b/src/testing/test_sync_api.conf
index 8f71325..fab2842 100644
--- a/src/testing/test_sync_api.conf
+++ b/src/testing/test_sync_api.conf
@@ -18,6 +18,16 @@ TALER_CACHE_HOME = $TALER_HOME/.cache/taler/
CURRENCY = EUR
CURRENCY_ROUND_UNIT = EUR:0.01
+[taler-helper-crypto-rsa]
+# Reduce from 1 year to speed up test
+LOOKAHEAD_SIGN = 24 days
+
+[taler-helper-crypto-eddsa]
+# Reduce from 1 year to speed up test
+LOOKAHEAD_SIGN = 24 days
+# Reduce from 12 weeks to ensure we have multiple
+DURATION = 14 days
+
[bank]
HTTP_PORT = 8082