Skip to content

Commit 86d144e

Browse files
committed
test: fix test suites
1 parent c14f85c commit 86d144e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/testsuites/testsuites.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,7 @@ func (t *TestPod) Create(ctx context.Context) {
562562
}
563563

564564
func (t *TestPod) WaitForSuccess(ctx context.Context) {
565-
err := e2epod.WaitForPodSuccessInNamespaceSlow(ctx, t.client, t.pod.Name, t.namespace.Name)
565+
err := e2epod.WaitForPodSuccessInNamespaceTimeout(ctx, t.client, t.pod.Name, t.namespace.Name, 15*time.Minute)
566566
framework.ExpectNoError(err)
567567
}
568568

0 commit comments

Comments
 (0)