Merge pull request #38284 from Crassirostris/kibana-test-fix-2

Automatic merge from submit-queue

Increase Kibana e2e test timeout

10 minutes is not always enough to start kibana instance, most probably increasing the timeout will fix https://github.com/kubernetes/kubernetes/issues/36809

Follow-up of https://github.com/kubernetes/kubernetes/pull/36192

CC @piosz
This commit is contained in:
Kubernetes Submit Queue 2016-12-09 08:49:42 -08:00 committed by GitHub
commit 695fbb8fb6

View File

@ -52,7 +52,7 @@ const (
// ClusterLevelLoggingWithKibana is an end to end test that checks to see if Kibana is alive.
func ClusterLevelLoggingWithKibana(f *framework.Framework) {
// graceTime is how long to keep retrying requests for status information.
const graceTime = 10 * time.Minute
const graceTime = 20 * time.Minute
// Check for the existence of the Kibana service.
By("Checking the Kibana service exists.")