diff options
Diffstat (limited to 'src/testing/test_exchange_api_twisted.conf')
-rw-r--r-- | src/testing/test_exchange_api_twisted.conf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/testing/test_exchange_api_twisted.conf b/src/testing/test_exchange_api_twisted.conf index 378ee61a..dc124255 100644 --- a/src/testing/test_exchange_api_twisted.conf +++ b/src/testing/test_exchange_api_twisted.conf @@ -3,6 +3,16 @@ # 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) CURRENCY = EUR |