We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 14e40d3 + f3d6a01 commit 0a41d16Copy full SHA for 0a41d16
test/extended/image_ecosystem/mongodb_replica_petset.go
@@ -57,7 +57,7 @@ var _ = g.Describe("[image_ecosystem][mongodb][Slow] openshift mongodb replicati
57
exutil.ParseLabelsOrDie("name=mongodb-replicaset"),
58
exutil.CheckPodIsRunningFn,
59
3,
60
- 1*time.Minute,
+ 2*time.Minute,
61
)
62
o.Expect(err).NotTo(o.HaveOccurred())
63
o.Expect(podNames).Should(o.HaveLen(3))
@@ -83,7 +83,7 @@ var _ = g.Describe("[image_ecosystem][mongodb][Slow] openshift mongodb replicati
83
84
85
86
87
88
89
0 commit comments