Skip to content
Snippets Groups Projects
Unverified Commit aeddecbf authored by Jeffrey Phillips Freeman's avatar Jeffrey Phillips Freeman :boom:
Browse files

Build: Added timeout to tests.

parent a7aa2803
No related branches found
No related tags found
No related merge requests found
......@@ -12,3 +12,4 @@ pytest-cache>=1.0
pytest-cov>=2.5.1
pytest-pep8>=1.0.6
pytest>=3.2.1
pytest-timeout>=1.3.4
[aliases]
test=pytest
[tool:pytest]
timeout = 5
......@@ -13,6 +13,7 @@ tests_require = [
'pytest-cache>=1.0',
'pytest-cov>=2.5.1',
'pytest-pep8>=1.0.6',
'pytest-timeout>=1.3.4',
'pytest>=3.2.1',
'uvloop>=0.8.1',
]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment