From 8cb1b474813bdad19a435adfd90ef21800bec50b Mon Sep 17 00:00:00 2001 From: Slawek Kaplonski Date: Wed, 19 Feb 2020 13:12:54 +0100 Subject: [PATCH] Set 3h timeout for tempest-ipv6-only job I saw in Neutron queue that default 2h timeout for this job wasn't enough sometimes. So it's better to keep this job running a bit longer sometimes rather than recheck everything. Change-Id: I7c256f1ca5790cd13411d3af78ec97efcfd28b0a --- .zuul.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.zuul.yaml b/.zuul.yaml index 02570a671a..6dfcd1ec11 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -80,6 +80,7 @@ Integration test of IPv6-only deployments. This job runs smoke and IPv6 relates tests only. Basic idea is to test whether OpenStack Services listen on IPv6 addrress or not. + timeout: 10800 vars: tox_envlist: ipv6-only