Skip to content

Commit

Permalink
more time
Browse files Browse the repository at this point in the history
Signed-off-by: Yi Rae Kim <[email protected]>
  • Loading branch information
yiraeChristineKim committed Sep 30, 2023
1 parent 2c0adf2 commit 8b69360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/case1_audit_from_cache_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ var _ = Describe("Test auditFromCache", Label("auditFromCache"), Ordered, func()
err := K8sClient.Get(ctx, types.NamespacedName{Name: "config", Namespace: gatekeeperNamespace}, config)

return err
}, 60).ShouldNot(HaveOccurred())
}, 150).ShouldNot(HaveOccurred())

Eventually(func(g Gomega) []v1alpha1.SyncOnlyEntry {
err := K8sClient.Get(ctx, types.NamespacedName{Name: "config", Namespace: gatekeeperNamespace}, config)
Expand Down

0 comments on commit 8b69360

Please sign in to comment.