session timeout for horizon
diff --git a/tests/pillar/cluster.sls b/tests/pillar/cluster.sls
index 10baad5..3eb9909 100644
--- a/tests/pillar/cluster.sls
+++ b/tests/pillar/cluster.sls
@@ -3,6 +3,7 @@
enabled: true
version: liberty
secret_key: secret
+ session_timeout: 43200
wsgi:
processes: 3
threads: 10
diff --git a/tests/pillar/single.sls b/tests/pillar/single.sls
index 235342e..827cd88 100644
--- a/tests/pillar/single.sls
+++ b/tests/pillar/single.sls
@@ -3,6 +3,7 @@
enabled: true
version: liberty
secret_key: secret
+ session_timeout: 43200
bind:
address: 127.0.0.1
port: 80