Skip to content

Commit

Permalink
[YUNIKORN-2068] E2E Test for Preemption
Browse files Browse the repository at this point in the history
  • Loading branch information
rrajesh-cloudera committed Oct 31, 2023
1 parent 46eb327 commit 856b629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/preemption/preemption_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,7 @@ var _ = ginkgo.Describe("Preemption", func() {
gomega.Ω(err).NotTo(gomega.HaveOccurred())

// Wait for pod to move to running state
podErr = kClient.WaitForPodRunning(dev, sleepRespPod5.Name, 60*time.Second)
podErr = kClient.WaitForPodRunning(dev, sleepRespPod5.Name, 120*time.Second)
gomega.Ω(podErr).NotTo(gomega.HaveOccurred())
// assert two of the pods in root.low-priority are preempted
ginkgo.By("Two pods in root.low-priority queue are preempted")
Expand Down

0 comments on commit 856b629

Please sign in to comment.