summaryrefslogtreecommitdiff
path: root/src/testing/test_merchant_api.conf
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-01-16 23:43:53 +0100
committerChristian Grothoff <christian@grothoff.org>2021-01-16 23:43:53 +0100
commit2b981fec91b0e394cd20b3a9a4b3100e92855285 (patch)
treef04b18218f4be7e556487ca54f606444f05cfb2b /src/testing/test_merchant_api.conf
parent2c5a245427fea2e87e0ddba4ae189d19ea785fef (diff)
downloadmerchant-2b981fec91b0e394cd20b3a9a4b3100e92855285.tar.gz
merchant-2b981fec91b0e394cd20b3a9a4b3100e92855285.tar.bz2
merchant-2b981fec91b0e394cd20b3a9a4b3100e92855285.zip
reduce lookahead
Diffstat (limited to 'src/testing/test_merchant_api.conf')
-rw-r--r--src/testing/test_merchant_api.conf10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/testing/test_merchant_api.conf b/src/testing/test_merchant_api.conf
index 6bcb08fd..2a9ed80b 100644
--- a/src/testing/test_merchant_api.conf
+++ b/src/testing/test_merchant_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