Increase lower-constraints job timeout to 60 minutes

The openstack-tox-lower-constraints job is timing out
a lot at the 40 minute mark, increase to 60 minutes
to try and stabilize it.

Change-Id: I5becda7dd3d2a2ff4883fc4265eb35882173b1c0
This commit is contained in:
Brian Haley 2018-04-26 11:45:18 -04:00
parent 4a8d0f9888
commit a8ab93b846
1 changed files with 1 additions and 0 deletions

View File

@ -196,6 +196,7 @@ commands = bindep test
[testenv:lower-constraints] [testenv:lower-constraints]
basepython = python3 basepython = python3
setenv = OS_TEST_TIMEOUT={env:OS_TEST_TIMEOUT:60}
deps = deps =
-c{toxinidir}/lower-constraints.txt -c{toxinidir}/lower-constraints.txt
-r{toxinidir}/test-requirements.txt -r{toxinidir}/test-requirements.txt