Unverified Commit 33555943 authored by k8s-ci-robot's avatar k8s-ci-robot Committed by GitHub

Merge pull request #57099 from mfojtik/increase_downwardapi_volume_timeout

increase the podLogTimeout for downward volume test
parents 6b2a0170 b852faaa
...@@ -33,7 +33,7 @@ import ( ...@@ -33,7 +33,7 @@ import (
var _ = Describe("[sig-storage] Downward API volume", func() { var _ = Describe("[sig-storage] 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 = 2 * time.Minute const podLogTimeout = 3 * time.Minute
f := framework.NewDefaultFramework("downward-api") f := framework.NewDefaultFramework("downward-api")
var podClient *framework.PodClient var podClient *framework.PodClient
BeforeEach(func() { BeforeEach(func() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment