[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-sync] branch master updated: reduce lookahead
From: |
gnunet |
Subject: |
[taler-sync] branch master updated: reduce lookahead |
Date: |
Sat, 16 Jan 2021 23:43:45 +0100 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository sync.
The following commit(s) were added to refs/heads/master by this push:
new 1a064af reduce lookahead
1a064af is described below
commit 1a064af32ce0dde158e13a7918684e05da679964
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sat Jan 16 23:43:43 2021 +0100
reduce lookahead
---
src/testing/test_sync_api.conf | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/src/testing/test_sync_api.conf b/src/testing/test_sync_api.conf
index 8f71325..fab2842 100644
--- 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
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-sync] branch master updated: reduce lookahead,
gnunet <=