We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a193df commit 5df884cCopy full SHA for 5df884c
tests/katib_test.sh
@@ -8,5 +8,5 @@ kubectl wait --for=condition=Running experiments.kubeflow.org -n $KF_PROFILE --a
8
echo "Waiting for all Trials to be Completed..."
9
kubectl wait --for=condition=Created trials.kubeflow.org -n $KF_PROFILE --all --timeout=60s
10
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
+kubectl wait --for=condition=Succeeded trials.kubeflow.org -n $KF_PROFILE --all --timeout 720s
+kubectl get trials.kubeflow.org -n $KF_PROFILE
0 commit comments