Skip to content

Commit

Permalink
increase time for operator test
Browse files Browse the repository at this point in the history
Signed-off-by: yiraeChristineKim <[email protected]>
  • Loading branch information
yiraeChristineKim committed Sep 4, 2024
1 parent 4c936be commit b480c68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/policy_install_operator_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ var _ = Describe("GRC: [P1][Sev1][policy-grc] Test install Operator",
_, err := common.OcHub("apply", "-f", policyAllDefaultsYAML, "-n", userNamespace)
Expect(err).ToNot(HaveOccurred())

verifyPolicyOnAllClusters(ctx, userNamespace, policyName, "Compliant", defaultTimeoutSeconds*4)
verifyPolicyOnAllClusters(ctx, userNamespace, policyName, "Compliant", defaultTimeoutSeconds*6)
})

It("Should verify the subscription has defaults set", func() {
Expand Down

0 comments on commit b480c68

Please sign in to comment.