From 0fcb4ce9aa537299d8697e12bc92f84d859598f8 Mon Sep 17 00:00:00 2001 From: Tobias Urdin Date: Sat, 24 Nov 2018 12:09:45 +0100 Subject: [PATCH] Increase integration job timeout to 2 hours Up the timeout for integration jobs from 1.5 hours to 2 hours to see if we are actually stuck on Tempest or just doesn't have enough time to run all testing. Change-Id: I19b8993b45fcfbe65c275f4b22c702db9341d281 --- .zuul.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zuul.yaml b/.zuul.yaml index 89fc72900..1af0844d7 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -62,7 +62,7 @@ pre-run: playbooks/prepare-node-integration.yaml run: playbooks/run-integration-tests.yaml post-run: playbooks/upload-logs.yaml - timeout: 5400 + timeout: 7200 irrelevant-files: - ^.*\.md$ - ^doc/.*$