Skip to content

Commit 10b1061

Browse files
Merge remote-tracking branch 'origin/master' into release-1.34
2 parents 26ec725 + 1b7557e commit 10b1061

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/dra/dra.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -706,7 +706,7 @@ var _ = framework.SIGDescribe("node")(framework.WithLabel("DRA"), func() {
706706
singleNodeTests := func(withKubelet bool) {
707707
nodes := drautils.NewNodes(f, 1, 1)
708708
maxAllocations := 1
709-
numPods := 10
709+
numPods := 5
710710
driver := drautils.NewDriver(f, nodes, drautils.DriverResources(maxAllocations)) // All tests get their own driver instance.
711711
driver.WithKubelet = withKubelet
712712
b := drautils.NewBuilder(f, driver)

0 commit comments

Comments
 (0)