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:
parent
a152567e2b
commit
e2e8732fed
@ -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
|
||||
---
|
||||
|
Loading…
Reference in New Issue
Block a user