commit 2b981fec91b0e394cd20b3a9a4b3100e92855285 parent 2c5a245427fea2e87e0ddba4ae189d19ea785fef Author: Christian Grothoff <christian@grothoff.org> Date: Sat, 16 Jan 2021 23:43:53 +0100 reduce lookahead Diffstat:
| M | src/testing/test_merchant_api.conf | | | 10 | ++++++++++ |
1 file changed, 10 insertions(+), 0 deletions(-)
diff --git 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