Skip to content
This repository was archived by the owner on Oct 22, 2024. It is now read-only.

Commit 71302fb

Browse files
committed
test: increase timeout for "has CSINode" test
This was flaky recently.
1 parent 12c65ea commit 71302fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/storage/pmem_csi.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ var _ = deploy.DescribeForAll("Deployment", func(d *deploy.Deployment) {
133133

134134
_, err = patchMasterNode(removeLabel)
135135
framework.ExpectNoError(err, "remove label with %q", removeLabel)
136-
Eventually(getMasterCSINode, "2m", "10s").ShouldNot(driverRunning{d.DriverName})
136+
Eventually(getMasterCSINode, "5m", "10s").ShouldNot(driverRunning{d.DriverName})
137137
})
138138
})
139139

0 commit comments

Comments
 (0)