From f56f34d7314ed16ca919bf24db9d55e7fb8b39b5 Mon Sep 17 00:00:00 2001 From: Kostiantyn Kalynovskyi Date: Tue, 22 Sep 2020 13:07:45 -0500 Subject: [PATCH] Increase gate test timeout to 2 hours When the successful gate test runs for approximately 1:20, current timeout does not allow jobs to pass if there is bad latency at the DC in which vm was spawned. This will reduce the amount of rechecks that patch sets owners have to perform. Change-Id: Icd7410126c6bcdf01ff6763255023539e1950c45 --- zuul.d/jobs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml index 6bf7aed01..dd3c9d1b8 100644 --- a/zuul.d/jobs.yaml +++ b/zuul.d/jobs.yaml @@ -77,7 +77,7 @@ - job: name: airship-airshipctl-gate-script-runner attempts: 1 - timeout: 5400 + timeout: 7200 pre-run: - playbooks/airship-airshipctl-deploy-docker.yaml - playbooks/airship-airshipctl-build-gate.yaml