summaryrefslogtreecommitdiff
path: root/src/benchmark/benchmark.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/benchmark/benchmark.conf')
-rw-r--r--src/benchmark/benchmark.conf5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/benchmark/benchmark.conf b/src/benchmark/benchmark.conf
index 3becf107b..66dfeeca3 100644
--- a/src/benchmark/benchmark.conf
+++ b/src/benchmark/benchmark.conf
@@ -16,7 +16,8 @@ signkey_duration = 4 weeks
signkey_legal_duration = 2 years
# how long do we provide to clients denomination and signing keys
# ahead of time?
-lookahead_provide = 4 weeks 1 day
+# Keep it short so the test runs fast.
+lookahead_sign = 12h
# HTTP port the exchange listens to
port = 8081
# Master public key used to sign the exchange's various keys
@@ -26,8 +27,6 @@ DB = postgres
# Base URL of the exchange. Must be set to a URL where the
# exchange (or the twister) is actually listening.
base_url = "http://localhost:8081/"
-# Keep it short so the test runs fast.
-lookahead_sign = 12 h
[auditor]
BASE_URL = "http://localhost:8083/"