[Kimchi-devel] [PATCH] [Wok 2/2] Update tests

Lucio Correia luciojhc at linux.vnet.ibm.com
Mon Jun 20 17:14:16 UTC 2016


Signed-off-by: Lucio Correia <luciojhc at linux.vnet.ibm.com>
---
 tests/utils.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tests/utils.py b/tests/utils.py
index d158ba1..0fa8a53 100644
--- a/tests/utils.py
+++ b/tests/utils.py
@@ -119,7 +119,8 @@ def run_server(host, port, ssl_port, test_mode, cherrypy_port=None,
                  'websockets_port': 64667, 'ssl_cert': '', 'ssl_key': '',
                  'max_body_size': '4*1024', 'test': test_mode,
                  'access_log': '/dev/null', 'error_log': '/dev/null',
-                 'environment': environment, 'log_level': 'debug'})()
+                 'environment': environment, 'log_level': 'debug',
+                 'session_timeout': 10})()
     if model is not None:
         setattr(args, 'model', model)
 
-- 
1.9.1




More information about the Kimchi-devel mailing list