Upping process-timeout and fixing posargs in tox.ini
Change-Id: I4951a945824501bad55fda85f120aeaec97f0bed
This commit is contained in:
parent
b6e5a21056
commit
8b97c6c569
2
tox.ini
2
tox.ini
@ -48,7 +48,7 @@ commands=
|
||||
deps =
|
||||
{[testenv]deps}
|
||||
nose
|
||||
commands = nosetests -v --processes=-1 --process-timeout=60 {toxinidir}/functionaltests --match='{posargs}'
|
||||
commands = nosetests -v --processes=-1 --process-timeout=240 {toxinidir}/functionaltests {posargs}
|
||||
|
||||
[flake8]
|
||||
# E711 ignored because of sqlalchemy override of == None
|
||||
|
Loading…
Reference in New Issue
Block a user