From 1055f5c82a7567c83abed775470eabd3c8975ed8 Mon Sep 17 00:00:00 2001 From: Kostiantyn Kalynovskyi Date: Thu, 11 Feb 2021 03:48:05 +0000 Subject: [PATCH] Increase site doc validation job timeout the job takes around 45-60 minutes to complete on most of the nodes however some nodes are slower and it make take a little bit more. As future enhancement we should pararelize validation and refactor scripts to run two cluster validation at the same time. Change-Id: I01ac2ed15727931126058c343dbbb826790e940d --- 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 3ab67813a..d28953485 100644 --- a/zuul.d/jobs.yaml +++ b/zuul.d/jobs.yaml @@ -70,7 +70,7 @@ - job: name: airship-airshipctl-validate-site-docs - timeout: 3600 + timeout: 5400 pre-run: - playbooks/airship-airshipctl-deploy-docker.yaml run: playbooks/airshipctl-gate-runner.yaml