Fix basic e2e test

This commit is contained in:
Daniel Smith 2014-06-13 17:24:12 -07:00
parent 5626703634
commit 2d0b111ba8

View File

@ -24,7 +24,7 @@ source "${KUBE_REPO_ROOT}/cluster/util.sh"
detect-project
# Launch a container
$CLOUDCFG -p 8080:80 run dockerfile/nginx 2 myNginx
$CLOUDCFG -p 8080:80 run dockerfile/nginx 3 myNginx
# Container turn up on a clean cluster can take a while for the docker image pull.
# Sleep for 2 minutes just to be sure.