Skip to content

Commit 410181d

Browse files
committed
UPSTREAM: <carry>: update 80458's timeout to 180s
1 parent cbbc65c commit 410181d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openshift/tests-extension/test/qe/specs/olmv1_cc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ var _ = g.Describe("[sig-olmv1][Jira:OLM] clustercatalog", g.Label("NonHyperShif
124124
_ = clustercatalog.CreateWithoutCheck(oc)
125125
// it should retrun error message: source catalog content: error creating image source:
126126
// reading manifest v4.17 in my-route-e2e-test-default-gt5wh.apps.xiyuan-19b.qe.devcluster.openshift.com/redhat/redhat-operator-index: manifest unknown
127-
clustercatalog.CheckClusterCatalogCondition(oc, "Progressing", "message", "manifest unknown", 5, 90, 0)
127+
clustercatalog.CheckClusterCatalogCondition(oc, "Progressing", "message", "manifest unknown", 5, 180, 0)
128128
})
129129

130130
g.It("PolarionID:69123-[OTP][Skipped:Disconnected]Catalogd clustercatalog offer the operator content through http server", func() {

0 commit comments

Comments
 (0)