Merge pull request #57099 from mfojtik/increase_downwardapi_volume_timeout

increase the podLogTimeout for downward volume test
pull/58/head
k8s-ci-robot 2018-11-02 21:28:20 -07:00 committed by GitHub
commit 33555943dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ import (
var _ = Describe("[sig-storage] Downward API volume", func() {
// 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")
var podClient *framework.PodClient
BeforeEach(func() {