Bump time allowance for select_test.

This commit is contained in:
David Wilson 2017-10-08 16:36:45 +05:30
parent 828f60351b
commit 4ae2f5925b
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ script:
- PYTHONPATH=. timeout 5.0 python tests/module_finder_test.py
- PYTHONPATH=. timeout 5.0 python tests/nested_test.py
- PYTHONPATH=. timeout 5.0 python tests/responder_test.py
- PYTHONPATH=. timeout 5.0 python tests/select_test.py
- PYTHONPATH=. timeout 20.0 python tests/select_test.py
- PYTHONPATH=. timeout 5.0 python tests/ssh_test.py
- PYTHONPATH=. timeout 5.0 python tests/utils_test.py