From 51b1bb5ea70f574026e9fc6e4222ed275897cbb3 Mon Sep 17 00:00:00 2001 From: Aldo Culquicondor Date: Thu, 5 May 2022 10:38:05 -0400 Subject: [PATCH] Reduce number of repetitions and pods in TestPreemptionRaces Change-Id: Id2c73be7be2536b02c804978d26d1e977a344399 --- test/integration/scheduler/preemption_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/integration/scheduler/preemption_test.go b/test/integration/scheduler/preemption_test.go index 455bf5c923a..d5acd9cd660 100644 --- a/test/integration/scheduler/preemption_test.go +++ b/test/integration/scheduler/preemption_test.go @@ -834,8 +834,8 @@ func TestPreemptionRaces(t *testing.T) { // after preemption and while the higher priority pods is not scheduled yet. name: "ensures that other pods are not scheduled while preemptor is being marked as nominated (issue #72124)", numInitialPods: 2, - numAdditionalPods: 50, - numRepetitions: 10, + numAdditionalPods: 20, + numRepetitions: 5, preemptor: initPausePod(&pausePodConfig{ Name: "preemptor-pod", Namespace: testCtx.NS.Name,