From 2d0b111ba874892c96543e71ce2bb65ed2962c27 Mon Sep 17 00:00:00 2001 From: Daniel Smith Date: Fri, 13 Jun 2014 17:24:12 -0700 Subject: [PATCH] Fix basic e2e test --- hack/e2e-suite/basic.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/e2e-suite/basic.sh b/hack/e2e-suite/basic.sh index bbfe8cef9bb..08bc144f391 100755 --- a/hack/e2e-suite/basic.sh +++ b/hack/e2e-suite/basic.sh @@ -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.