Skip to content

Commit 0a41d16

Browse files
author
OpenShift Bot
authored
Merge pull request #11739 from php-coder/debug_petset_tests
Merged by openshift-bot
2 parents 14e40d3 + f3d6a01 commit 0a41d16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/extended/image_ecosystem/mongodb_replica_petset.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ var _ = g.Describe("[image_ecosystem][mongodb][Slow] openshift mongodb replicati
5757
exutil.ParseLabelsOrDie("name=mongodb-replicaset"),
5858
exutil.CheckPodIsRunningFn,
5959
3,
60-
1*time.Minute,
60+
2*time.Minute,
6161
)
6262
o.Expect(err).NotTo(o.HaveOccurred())
6363
o.Expect(podNames).Should(o.HaveLen(3))
@@ -83,7 +83,7 @@ var _ = g.Describe("[image_ecosystem][mongodb][Slow] openshift mongodb replicati
8383
exutil.ParseLabelsOrDie("name=mongodb-replicaset"),
8484
exutil.CheckPodIsRunningFn,
8585
3,
86-
1*time.Minute,
86+
2*time.Minute,
8787
)
8888
o.Expect(err).NotTo(o.HaveOccurred())
8989
o.Expect(podNames).Should(o.HaveLen(3))

0 commit comments

Comments
 (0)