diff --git a/test/e2e/kibana_logging.go b/test/e2e/kibana_logging.go index d88a328010d..e66ad71e83d 100644 --- a/test/e2e/kibana_logging.go +++ b/test/e2e/kibana_logging.go @@ -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.")