From 2c49134f0a4c60d30c06943c006de714abe1adab Mon Sep 17 00:00:00 2001 From: Colleen Murphy Date: Tue, 10 Sep 2019 16:02:40 -0700 Subject: [PATCH] Bump timeout for keystone tox jobs The timeouts for the tox jobs for openstack/keystone have temporarily been raised to 1 hour[1][2] while we work on making the unit tests more efficient. To avoid the requirements gate facing the same frequent timeouts, this change bumps the timeouts here too. [1] https://review.opendev.org/680798 [2] https://review.opendev.org/681161 Change-Id: I6e88c790284da29ae15a021723281a4a539eb296 --- .zuul.d/cross-jobs.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.zuul.d/cross-jobs.yaml b/.zuul.d/cross-jobs.yaml index 718118b351..769c1cd865 100644 --- a/.zuul.d/cross-jobs.yaml +++ b/.zuul.d/cross-jobs.yaml @@ -102,6 +102,7 @@ parent: requirements-cross-test description: Run cross-project tests on keystone with py27. required-projects: openstack/keystone + timeout: 3600 vars: tox_envlist: py27 @@ -110,6 +111,7 @@ parent: requirements-cross-test description: Run cross-project tests on keystone with py36. required-projects: openstack/keystone + timeout: 3600 vars: tox_envlist: py36