Skip to content

Commit

Permalink
Merge pull request #25557 from dinhxuanvu/marketplace-label
Browse files Browse the repository at this point in the history
Bug 1883235: Adjust wait duration for marketplace test
  • Loading branch information
openshift-merge-robot committed Oct 1, 2020
2 parents ed68504 + 01f2eef commit 55777ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/extended/marketplace/marketplace_labels.go
Expand Up @@ -20,7 +20,7 @@ var _ = g.Describe("[sig-operator][Feature:Marketplace] Marketplace resources wi
var (
oc = exutil.NewCLI("marketplace")
marketplaceNs = "openshift-marketplace"
resourceWait = 60 * time.Second
resourceWait = 2 * time.Minute

opsrcYamltem = exutil.FixturePath("testdata", "marketplace", "opsrc", "02-opsrc.yaml")
)
Expand Down

0 comments on commit 55777ba

Please sign in to comment.