From 70b83aa6cc5591f97d7b1505a005b82e1201cd35 Mon Sep 17 00:00:00 2001 From: Mik Vyatskov Date: Wed, 7 Dec 2016 13:26:22 +0100 Subject: [PATCH] Increase test timeout --- 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 9bf466e1cb6..6b31192df35 100644 --- a/test/e2e/kibana_logging.go +++ b/test/e2e/kibana_logging.go @@ -51,7 +51,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.")