From 7def517dd37e5ed6f9ced4c63f607b2ac095d42b Mon Sep 17 00:00:00 2001 From: Michelle Au Date: Mon, 26 Feb 2018 10:00:59 -0800 Subject: [PATCH] Reduce number of pods created for local PV stress test --- test/e2e/storage/persistent_volumes-local.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/storage/persistent_volumes-local.go b/test/e2e/storage/persistent_volumes-local.go index d3065ee0bbc..68c24b650e1 100644 --- a/test/e2e/storage/persistent_volumes-local.go +++ b/test/e2e/storage/persistent_volumes-local.go @@ -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() {