From 00a7adb5dd721fdfb2411bd97cc9dc2f5022154b Mon Sep 17 00:00:00 2001 From: Mik Vyatskov Date: Thu, 3 Nov 2016 23:43:21 +0100 Subject: [PATCH] Fixed kibana test problem --- test/e2e/kibana_logging.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/kibana_logging.go b/test/e2e/kibana_logging.go index d6db3e5cf35..4815c16a10d 100644 --- a/test/e2e/kibana_logging.go +++ b/test/e2e/kibana_logging.go @@ -50,7 +50,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 = 2 * time.Minute + const graceTime = 10 * time.Minute // Check for the existence of the Kibana service. By("Checking the Kibana service exists.")