Skip to content

Commit 172f8ff

Browse files
author
VikramBedi
committed
increase timeout for iamauthpolicy test
1 parent afd1330 commit 172f8ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/suites/integration/iamauthpolicy_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ var _ = Describe("IAM Auth Policy", Ordered, func() {
334334
annotationResType: p.Annotations[controllers.IAMAuthPolicyAnnotationType],
335335
annotationResId: p.Annotations[controllers.IAMAuthPolicyAnnotationResId],
336336
}, nil
337-
}).WithTimeout(60 * time.Second).WithPolling(time.Second).
337+
}).WithTimeout(120 * time.Second).WithPolling(time.Second).
338338
Should(Equal(wantResults))
339339
testLatticeSvcPolicy(svcId, vpclattice.AuthTypeAwsIam, policy.Spec.Policy)
340340

0 commit comments

Comments
 (0)