Skip to content

Commit

Permalink
Adding sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
johnugeorge committed Dec 11, 2018
1 parent a4aefc0 commit ec55178
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/scripts/run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ kubectl -n kubeflow get pod

kubectl -n kubeflow port-forward $(kubectl -n kubeflow get pod -o=name | grep vizier-core | grep -v vizier-core-rest | sed -e "s@pods\/@@") 6789:6789 &
echo "kubectl port-forward start"
sleep 5
TIMEOUT=120
until curl localhost:6789 || [ $TIMEOUT -eq 0 ]; do
sleep 5
Expand Down

0 comments on commit ec55178

Please sign in to comment.