Reduce number of pods created for local PV stress test

This commit is contained in:
Michelle Au 2018-02-26 10:00:59 -08:00
parent 3ce5388128
commit 7def517dd3

View File

@ -426,7 +426,7 @@ var _ = utils.SIGDescribe("PersistentVolumes-local ", func() {
const (
volsPerNode = 10 // Make this non-divisable by volsPerPod to increase changes of partial binding failure
volsPerPod = 3
podsFactor = 5
podsFactor = 4
)
BeforeEach(func() {