Merge pull request #109825 from alculquicondor/reduce-tests

Reduce number of repetitions and pods in TestPreemptionRaces
This commit is contained in:
Kubernetes Prow Robot
2022-05-05 10:50:29 -07:00
committed by GitHub

View File

@@ -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,