From e7088786bdbf7b4b85bdf6bc7cf81cb53c5b14e5 Mon Sep 17 00:00:00 2001 From: Balazs Gibizer Date: Thu, 25 Jan 2018 16:09:28 +0100 Subject: [PATCH] Bumping functional test job timeouts Recently we saw frequent job timeouts probably due to the intel kernel patches. So this patch bumps the functional and functional-py35 jobs timeout from 1800 seconds to 3600 seconds. Closes-Bug: #1745398 (cherry picked from commit 6553a632399d77bb7c31690dd8284992eb6afb92) Conflicts: .zuul.yaml NOTE(melwitt): The conflict was from the fact that we don't have the functional-py35 job in Ocata. Change-Id: I632e006e1ba62c998955a04421e0e0c6311544cb --- .zuul.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.zuul.yaml b/.zuul.yaml index d2f0e341e272..53057363c9d4 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -14,6 +14,7 @@ - ^releasenotes/.*$ vars: tox_envlist: functional + timeout: 3600 - project: name: openstack/nova