From a8ab93b846c5c5c1c0cd44cd95653bb76f271fce Mon Sep 17 00:00:00 2001 From: Brian Haley Date: Thu, 26 Apr 2018 11:45:18 -0400 Subject: [PATCH] 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 --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 2272c81fc4b..76982009373 100644 --- a/tox.ini +++ b/tox.ini @@ -196,6 +196,7 @@ commands = bindep test [testenv:lower-constraints] basepython = python3 +setenv = OS_TEST_TIMEOUT={env:OS_TEST_TIMEOUT:60} deps = -c{toxinidir}/lower-constraints.txt -r{toxinidir}/test-requirements.txt