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