From 94c5ee9376c0a51389adeffa529cca0b8c21e5f1 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 16 Jan 2021 23:55:11 +0100 Subject: reduce lookahead_sign in tests to improve test performance a bit --- src/testing/test_exchange_api_keys_cherry_picking.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/testing/test_exchange_api_keys_cherry_picking.conf') diff --git a/src/testing/test_exchange_api_keys_cherry_picking.conf b/src/testing/test_exchange_api_keys_cherry_picking.conf index 74c64e24f..a4f7c29d8 100644 --- a/src/testing/test_exchange_api_keys_cherry_picking.conf +++ b/src/testing/test_exchange_api_keys_cherry_picking.conf @@ -17,6 +17,16 @@ TALER_CACHE_HOME = $TALER_HOME/.cache/taler/ # Currency supported by the exchange (can only be one) CURRENCY = EUR +[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 + [auditor] BASE_URL = "http://localhost:8083/" -- cgit v1.2.3