Skip to content

Commit d375cf3

Browse files
committed
Increased time for requeuing to completion test
1 parent aab17f5 commit d375cf3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/e2e/queue.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ var _ = Describe("AppWrapper E2E Test", func() {
139139
Expect(err).NotTo(HaveOccurred())
140140
})
141141

142-
It("MCAD CPU Requeuing - Completion After enough Requeuing Times Test", func() {
142+
It("MCAD CPU Requeuing - Completion After Enough Requeuing Times Test", func() {
143143
fmt.Fprintf(os.Stdout, "[e2e] MCAD CPU Requeuing Test - Started.\n")
144144

145145
context := initTestContext()
@@ -155,7 +155,7 @@ var _ = Describe("AppWrapper E2E Test", func() {
155155
aw := createJobAWWithInitContainer(context, "aw-job-3-init-container", 60, "exponential", 0)
156156
appwrappers = append(appwrappers, aw)
157157

158-
err := waitAWPodsCompleted(context, aw, 600 * time.Second) // This test waits for 10 minutes to make sure all PODs complete
158+
err := waitAWPodsCompleted(context, aw, 720 * time.Second) // This test waits for 10 minutes to make sure all PODs complete
159159
Expect(err).NotTo(HaveOccurred())
160160
})
161161

0 commit comments

Comments
 (0)