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.conf | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/testing/test_exchange_api.conf') diff --git a/src/testing/test_exchange_api.conf b/src/testing/test_exchange_api.conf index 614aaed16..5381844c6 100644 --- a/src/testing/test_exchange_api.conf +++ b/src/testing/test_exchange_api.conf @@ -5,6 +5,15 @@ # Persistent data storage for the testcase TALER_TEST_HOME = test_exchange_api_home/ +[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 [taler] # Currency supported by the exchange (can only be one) -- cgit v1.2.3