Skip to content

Commit cbaedda

Browse files
committed
e2e: increase IAA test timeout
Signed-off-by: Mikko Ylinen <[email protected]>
1 parent e565604 commit cbaedda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/iaa/iaa.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ func describe() {
106106
e2ekubectl.RunKubectlOrDie(f.Namespace.Name, "apply", "-f", demoPath)
107107

108108
ginkgo.By("waiting for the IAA demo to succeed")
109-
err := e2epod.WaitForPodSuccessInNamespaceTimeout(ctx, f.ClientSet, podName, f.Namespace.Name, 300*time.Second)
109+
err := e2epod.WaitForPodSuccessInNamespaceTimeout(ctx, f.ClientSet, podName, f.Namespace.Name, 360*time.Second)
110110
gomega.Expect(err).To(gomega.BeNil(), utils.GetPodLogs(ctx, f, podName, podName))
111111
})
112112

0 commit comments

Comments
 (0)