Reduce number of repetitions and pods in TestPreemptionRaces

Change-Id: Id2c73be7be2536b02c804978d26d1e977a344399
This commit is contained in:
Aldo Culquicondor 2022-05-05 10:38:05 -04:00
parent 7477e1c91a
commit 51b1bb5ea7

View File

@ -834,8 +834,8 @@ func TestPreemptionRaces(t *testing.T) {
// after preemption and while the higher priority pods is not scheduled yet. // 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)", name: "ensures that other pods are not scheduled while preemptor is being marked as nominated (issue #72124)",
numInitialPods: 2, numInitialPods: 2,
numAdditionalPods: 50, numAdditionalPods: 20,
numRepetitions: 10, numRepetitions: 5,
preemptor: initPausePod(&pausePodConfig{ preemptor: initPausePod(&pausePodConfig{
Name: "preemptor-pod", Name: "preemptor-pod",
Namespace: testCtx.NS.Name, Namespace: testCtx.NS.Name,