increase test timeout

This commit is contained in:
Thomas Kriechbaumer 2016-03-27 11:59:27 +02:00
parent ddea3434a2
commit ab7e80085a

View File

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