Skip to content

Commit

Permalink
Reduce load of Job integration test
Browse files Browse the repository at this point in the history
Change-Id: If99856aa6640375a8a9feff13fa213d4f974a99a
  • Loading branch information
alculquicondor committed Dec 2, 2022
1 parent 3e26e10 commit 61fe611
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/integration/job/job_test.go
Expand Up @@ -1179,8 +1179,8 @@ func TestFinalizersClearedWhenBackoffLimitExceeded(t *testing.T) {
jobObj, err := createJobWithDefaults(ctx, clientSet, ns.Name, &batchv1.Job{
Spec: batchv1.JobSpec{
CompletionMode: &mode,
Completions: pointer.Int32(500),
Parallelism: pointer.Int32(500),
Completions: pointer.Int32(100),
Parallelism: pointer.Int32(100),
BackoffLimit: pointer.Int32(0),
},
})
Expand Down

0 comments on commit 61fe611

Please sign in to comment.