Skip to content

Commit

Permalink
Increase waiting time to verify workload completion. (kubernetes-sigs…
Browse files Browse the repository at this point in the history
…#2463)

The time could be increased due to the fact that is out of Kueue's control.
As the time is controlled by the Kubernetes.
  • Loading branch information
mszadkow authored and kannon92 committed Nov 19, 2024
1 parent 681e63d commit 604dab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/singlecluster/pod_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ var _ = ginkgo.Describe("Pod groups", func() {
var p corev1.Pod
g.Expect(k8sClient.Get(ctx, replKey, &p)).To(gomega.Succeed())
g.Expect(p.Status.Phase).To(gomega.Equal(corev1.PodSucceeded))
}, util.Timeout, util.Interval).Should(gomega.Succeed())
}, util.LongTimeout, util.Interval).Should(gomega.Succeed())
}
})

Expand Down

0 comments on commit 604dab7

Please sign in to comment.