Bump time allowance for fakessh_test

This commit is contained in:
David Wilson 2017-10-08 17:07:08 +05:30
parent baf4380b6d
commit 9f48fd69c1
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ install:
script: script:
- PYTHONPATH=. timeout 5.0 python tests/call_function_test.py - 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/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/id_allocation_test.py
- PYTHONPATH=. timeout 5.0 python tests/importer_test.py - PYTHONPATH=. timeout 5.0 python tests/importer_test.py
- PYTHONPATH=. timeout 5.0 python tests/local_test.py - PYTHONPATH=. timeout 5.0 python tests/local_test.py