Skip to content

Commit

Permalink
increase timeout for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
xandfury committed Jul 31, 2019
1 parent f3e51c9 commit 5682d02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ deps =
commands =
pip --default-timeout=1000 install -r requirements.txt
# {posargs:coverage run --timid --source={envpython} -m pytest -v --timeout=30}
{envpython} -m pytest -rsx -v --timeout=30 --cov=conpot {posargs}
{envpython} -m pytest -rsx -v --timeout=60 --cov=conpot {posargs}

[testenv:run]
envdir = {toxinidir}/.tox/py36
Expand Down

0 comments on commit 5682d02

Please sign in to comment.