Skip to content

Commit 0a659eb

Browse files
committed
test: increase timeout when upgrading operator
ref: https://issues.redhat.com/browse/ACM-26529 Signed-off-by: Janelle Law <[email protected]>
1 parent c8c0e45 commit 0a659eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/case38_install_operator_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1562,7 +1562,7 @@ var _ = Describe("Testing OperatorPolicy", Label("supports-hosted"), func() {
15621562
List(ctx, metav1.ListOptions{})
15631563

15641564
return len(ipList.Items)
1565-
}, olmWaitTimeout, 5, ctx).Should(Equal(2))
1565+
}, olmWaitTimeout*2, 5, ctx).Should(Equal(2))
15661566

15671567
secondInstallPlanName = ipList.Items[1].GetName()
15681568
if firstInstallPlanName == secondInstallPlanName {

0 commit comments

Comments
 (0)