From 9f48fd69c1112d21246a1cd0c623d540307a2513 Mon Sep 17 00:00:00 2001 From: David Wilson Date: Sun, 8 Oct 2017 17:07:08 +0530 Subject: [PATCH] Bump time allowance for fakessh_test --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d96b803a..190a4d74 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,7 @@ install: script: - PYTHONPATH=. timeout 5.0 python tests/call_function_test.py - PYTHONPATH=. timeout 5.0 python tests/channel_test.py -- PYTHONPATH=. timeout 5.0 python tests/fakessh_test.py +- PYTHONPATH=. timeout 30.0 python tests/fakessh_test.py - PYTHONPATH=. timeout 5.0 python tests/id_allocation_test.py - PYTHONPATH=. timeout 5.0 python tests/importer_test.py - PYTHONPATH=. timeout 5.0 python tests/local_test.py