mirror of https://github.com/k3s-io/k3s
Increase test timeout
parent
34c873a748
commit
70b83aa6cc
|
@ -51,7 +51,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