Increase timeout to reduce flakiness of autoscaling-vpa-full

This commit is contained in:
Slawomir Chylek 2018-03-05 11:43:18 +01:00
parent b27e70d43d
commit edc65a1f4a
1 changed files with 2 additions and 2 deletions

View File

@ -37,8 +37,8 @@ const (
admissionControllerComponent = "admission-controller"
fullVpaSuite = "full-vpa"
actuationSuite = "actuation"
pollInterval = framework.Poll
pollTimeout = 5 * time.Minute
pollInterval = 10 * time.Second
pollTimeout = 10 * time.Minute
)
func e2eDescribe(scenario, name string, body func()) bool {