@@ -141,12 +141,12 @@ var _ = Describe("AppWrapper E2E Test", func() {
141
141
aw := createJobAWWithInitContainer (context , "aw-job-3-init-container-1" , 60 , "exponential" , 0 )
142
142
appwrappers = append (appwrappers , aw )
143
143
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
145
145
Expect (err ).NotTo (HaveOccurred (), "Waiting for the pods to be completed" )
146
146
})
147
147
148
148
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 " )
150
150
151
151
context := initTestContext ()
152
152
var appwrappers []* arbv1.AppWrapper
@@ -513,7 +513,7 @@ var _ = Describe("AppWrapper E2E Test", func() {
513
513
defer cleanupTestObjectsPtr (context , appwrappersPtr )
514
514
515
515
// 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 " ))
517
517
appwrappers = append (appwrappers , aw )
518
518
519
519
err := waitAWPodsReady (context , aw )
0 commit comments