mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 23:15:14 +00:00
Increase timeout for downwardapi volume tests
This commit is contained in:
parent
c0826a2e7e
commit
d2bd26118a
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user