diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-01-16 23:55:11 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-01-16 23:55:11 +0100 |
commit | 94c5ee9376c0a51389adeffa529cca0b8c21e5f1 (patch) | |
tree | 0036b270e169ed72419470e72469d8756461e388 /src/testing/test_exchange_api.conf | |
parent | c630487dfc249628016efcef210b5b37f102c855 (diff) |
reduce lookahead_sign in tests to improve test performance a bit
Diffstat (limited to 'src/testing/test_exchange_api.conf')
-rw-r--r-- | src/testing/test_exchange_api.conf | 9 |
1 files changed, 9 insertions, 0 deletions
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) |