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
This commit is contained in:
Matt McEuen 2021-07-09 08:47:15 -05:00 committed by Matt McEuen
parent a152567e2b
commit e2e8732fed
1 changed files with 2 additions and 2 deletions

View File

@ -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
---