Skip to content

Commit 3e12ebb

Browse files
committed
e2e-iaa: increase test timeout
1 parent 0d2575a commit 3e12ebb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/iaa/iaa.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ func describe() {
8585
framework.RunKubectlOrDie(f.Namespace.Name, "apply", "-f", demoPath)
8686

8787
ginkgo.By("waiting for the IAA demo to succeed")
88-
f.PodClient().WaitForSuccess(podName, 200*time.Second)
88+
f.PodClient().WaitForSuccess(podName, 300*time.Second)
8989

9090
ginkgo.By("getting workload log")
9191
log, err := e2epod.GetPodLogs(f.ClientSet, f.Namespace.Name, podName, podName)

0 commit comments

Comments
 (0)