mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-07 19:23:40 +00:00
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:
commit
695fbb8fb6
@ -52,7 +52,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 = 10 * time.Minute
|
const graceTime = 20 * 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.")
|
||||||
|
Loading…
Reference in New Issue
Block a user