Commit 00a7adb5 authored by Mik Vyatskov's avatar Mik Vyatskov

Fixed kibana test problem

parent 32bc46a2
...@@ -50,7 +50,7 @@ const ( ...@@ -50,7 +50,7 @@ const (
// ClusterLevelLoggingWithKibana is an end to end test that checks to see if Kibana is alive. // ClusterLevelLoggingWithKibana is an end to end test that checks to see if Kibana is alive.
func ClusterLevelLoggingWithKibana(f *framework.Framework) { func ClusterLevelLoggingWithKibana(f *framework.Framework) {
// graceTime is how long to keep retrying requests for status information. // 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. // Check for the existence of the Kibana service.
By("Checking the Kibana service exists.") By("Checking the Kibana service exists.")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment