Skip to content

Commit 07eb6b8

Browse files
committed
Increase timeout
Signed-off-by: Yuki Iwai <[email protected]>
1 parent 09e73b5 commit 07eb6b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/mpi_job_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@ func waitForCompletion(ctx context.Context, mpiJob *kubeflow.MPIJob) *kubeflow.M
554554
var err error
555555

556556
ginkgo.By("Waiting for MPIJob to finish")
557-
err = wait.PollUntilContextTimeout(ctx, waitInterval, foreverTimeout, false, func(ctx context.Context) (bool, error) {
557+
err = wait.PollUntilContextTimeout(ctx, waitInterval, foreverTimeout*5, false, func(ctx context.Context) (bool, error) {
558558
updatedJob, err := mpiClient.KubeflowV2beta1().MPIJobs(mpiJob.Namespace).Get(ctx, mpiJob.Name, metav1.GetOptions{})
559559
if err != nil {
560560
return false, err

0 commit comments

Comments
 (0)