Skip to content

Commit

Permalink
Increase waiting time to verify workload completion. (#2463)
Browse files Browse the repository at this point in the history
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 Jul 8, 2024
1 parent dbaf311 commit dc73a33
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 dc73a33

Please sign in to comment.