commit f56f34d7314ed16ca919bf24db9d55e7fb8b39b5 Author: Kostiantyn Kalynovskyi Date: Tue Sep 22 13:07:45 2020 -0500 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 diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml index 6bf7aed..dd3c9d1 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