From e2e8732fed2899341f99b954bd70b8489fa6d44f Mon Sep 17 00:00:00 2001 From: Matt McEuen Date: Fri, 9 Jul 2021 08:47:15 -0500 Subject: [PATCH] Bump up timeouts for treasuremap's sake Treasuremap virtualized testing is failing frequently due to timeouts: - very frequently for workload deployment - occasionally for controlplane deployment This bumps both timeouts to unblock gating. Change-Id: Ie26438afe65f2a5a123527e8c2a1bdec04cb04fe --- manifests/phases/executors.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/phases/executors.yaml b/manifests/phases/executors.yaml index f2f3ee619..3c6e735b1 100644 --- a/manifests/phases/executors.yaml +++ b/manifests/phases/executors.yaml @@ -7,7 +7,7 @@ metadata: name: kubernetes-apply config: waitOptions: - timeout: 2000 + timeout: 2600 pruneOptions: prune: false --- @@ -19,7 +19,7 @@ metadata: name: kubernetes-apply-controlplane config: waitOptions: - timeout: 3600 + timeout: 5000 pruneOptions: prune: false ---