Skip to content

Commit 5df884c

Browse files
Update katib_test.sh
Signed-off-by: Julius von Kohout <[email protected]>
1 parent 2a193df commit 5df884c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/katib_test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ kubectl wait --for=condition=Running experiments.kubeflow.org -n $KF_PROFILE --a
88
echo "Waiting for all Trials to be Completed..."
99
kubectl wait --for=condition=Created trials.kubeflow.org -n $KF_PROFILE --all --timeout=60s
1010
kubectl get trials.kubeflow.org -n $KF_PROFILE
11-
kubectl wait --for=condition=Succeeded trials.kubeflow.org -n $KF_PROFILE --all --timeout 600s
12-
kubectl get trials.kubeflow.org -n $KF_PROFILE
11+
kubectl wait --for=condition=Succeeded trials.kubeflow.org -n $KF_PROFILE --all --timeout 720s
12+
kubectl get trials.kubeflow.org -n $KF_PROFILE

0 commit comments

Comments
 (0)