From 610488fcd3a45a44117a7ac89ecabd946c029065 Mon Sep 17 00:00:00 2001 From: yiraeChristineKim Date: Tue, 14 May 2024 18:05:34 -0400 Subject: [PATCH] 60 test Signed-off-by: yiraeChristineKim --- test/e2e/case38_install_operator_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/case38_install_operator_test.go b/test/e2e/case38_install_operator_test.go index a20ffd63..02743aed 100644 --- a/test/e2e/case38_install_operator_test.go +++ b/test/e2e/case38_install_operator_test.go @@ -28,7 +28,7 @@ var _ = Describe("Testing OperatorPolicy", Ordered, Label("supports-hosted"), fu opPolTestNS = "operator-policy-testns" parentPolicyYAML = "../resources/case38_operator_install/parent-policy.yaml" parentPolicyName = "parent-policy" - eventuallyTimeout = 30 + eventuallyTimeout = 60 consistentlyDuration = 5 olmWaitTimeout = 60 )