Skip to content

Commit 95697e2

Browse files
authored
Merge pull request #1251 from bart0sh/PR154-e2e-iaa-increase-timeout
e2e-iaa: increase test timeout
2 parents 0d2575a + 3e12ebb commit 95697e2

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)