Skip to content

Commit 203e938

Browse files
asm582openshift-merge-robot
authored andcommitted
fix tests
1 parent 1cf7efc commit 203e938

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/e2e/queue.go

+3-3
Original file line numberDiff line numberDiff line change
@@ -141,12 +141,12 @@ var _ = Describe("AppWrapper E2E Test", func() {
141141
aw := createJobAWWithInitContainer(context, "aw-job-3-init-container-1", 60, "exponential", 0)
142142
appwrappers = append(appwrappers, aw)
143143

144-
err := waitAWPodsCompleted(context, aw, 12*time.Minute) // This test waits for 12 minutes to make sure all PODs complete
144+
err := waitAWPodsCompleted(context, aw, 14*time.Minute) // This test waits for 14 minutes to make sure all PODs complete
145145
Expect(err).NotTo(HaveOccurred(), "Waiting for the pods to be completed")
146146
})
147147

148148
It("MCAD CPU Requeuing - Deletion After Maximum Requeuing Times Test", func() {
149-
fmt.Fprintf(os.Stdout, "[e2e] MCAD CPU Requeuing Test - Started.\n")
149+
fmt.Fprintf(os.Stdout, "[e2e] MCAD CPU Requeuing - Deletion After Maximum Requeuing Times Test - Started.\n")
150150

151151
context := initTestContext()
152152
var appwrappers []*arbv1.AppWrapper
@@ -513,7 +513,7 @@ var _ = Describe("AppWrapper E2E Test", func() {
513513
defer cleanupTestObjectsPtr(context, appwrappersPtr)
514514

515515
// This should fill up the worker node and most of the master node
516-
aw := createDeploymentAWwith550CPU(context, appendRandomString("aw-deployment-2-550cpu"))
516+
aw := createDeploymentAWwith550CPU(context, appendRandomString("aw-deployment-2-550cpu-2"))
517517
appwrappers = append(appwrappers, aw)
518518

519519
err := waitAWPodsReady(context, aw)

0 commit comments

Comments
 (0)