increase test timeout

This commit is contained in:
Thomas Kriechbaumer 2016-03-27 11:59:27 +02:00
parent ddea3434a2
commit ab7e80085a
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ ignore = E251
[pytest]
testpaths = test
addopts = --timeout 30 -s
addopts = --timeout 60 --capture=no
[coverage:run]
branch = True