Skip to content

Commit 2e57808

Browse files
authored
chore(test): fix complex test for vm with custom vmip (#1003)
Signed-off-by: Dmitry Lopatin <dmitry.lopatin@flant.com>
1 parent c7c7c75 commit 2e57808

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/complex_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ var _ = Describe("Complex test", ginkgoutil.CommonE2ETestDecorators(), func() {
145145
vmipName := fmt.Sprintf("%s-%s", namePrefix, "vm-custom-ip")
146146
Eventually(func() error {
147147
return AssignIPToVMIP(vmipName)
148-
}).Should(Succeed())
148+
}).WithTimeout(LongWaitDuration).WithPolling(Interval).Should(Succeed())
149149
})
150150

151151
It("checks VMIPs phases", func() {

0 commit comments

Comments
 (0)