Increase timeout for downwardapi volume tests

This commit is contained in:
saadali 2016-09-28 11:25:06 -07:00
parent c0826a2e7e
commit d2bd26118a

View File

@ -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() {