From 882c9b61bd7858fba626bdbf452b68272f2f4ea1 Mon Sep 17 00:00:00 2001 From: ravisantoshgudimetla Date: Sun, 18 Jun 2017 16:38:56 -0400 Subject: [PATCH] Small fix for number of pods and nodes in test function --- test/integration/scheduler_perf/scheduler_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/scheduler_perf/scheduler_test.go b/test/integration/scheduler_perf/scheduler_test.go index f3fc6e4ec14..da355a1a4c8 100644 --- a/test/integration/scheduler_perf/scheduler_test.go +++ b/test/integration/scheduler_perf/scheduler_test.go @@ -42,7 +42,7 @@ func TestSchedule100Node3KPods(t *testing.T) { if testing.Short() { t.Skip("Skipping because we want to run short tests") } - config := getBaseConfig(1000, 30000) + config := getBaseConfig(100, 3000) writePodAndNodeTopologyToConfig(config) min := schedulePods(config) if min < threshold3K {