Increase timeout for downwardapi volume tests
This commit is contained in:
@@ -31,7 +31,7 @@ import (
|
||||
|
||||
var _ = framework.KubeDescribe("Downward API volume", func() {
|
||||
// How long to wait for a log pod to be displayed
|
||||
const podLogTimeout = 65 * time.Second
|
||||
const podLogTimeout = 2 * time.Minute
|
||||
f := framework.NewDefaultFramework("downward-api")
|
||||
var podClient *framework.PodClient
|
||||
BeforeEach(func() {
|
||||
|
Reference in New Issue
Block a user