Skip to content

Commit 1b7557e

Browse files
authored
Merge pull request kubernetes#133397 from yliaog/conformance
reduced numPods to 5 from 10 to fix flaky test (supports reusing resources) due to timeout
2 parents ee065df + b796918 commit 1b7557e

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)