mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 09:22:44 +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() {
|
var _ = framework.KubeDescribe("Downward API volume", func() {
|
||||||
// How long to wait for a log pod to be displayed
|
// 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")
|
f := framework.NewDefaultFramework("downward-api")
|
||||||
var podClient *framework.PodClient
|
var podClient *framework.PodClient
|
||||||
BeforeEach(func() {
|
BeforeEach(func() {
|
||||||
|
Loading…
Reference in New Issue
Block a user