More sleep time on test

This commit is contained in:
Miguel Martinez
2015-06-19 14:20:10 -07:00
parent a5f88d6a0c
commit b42414a182

View File

@@ -29,10 +29,11 @@ create_container() {
if [ $1 ]; then
docker run -d --name $CONTAINER_NAME\
-e MEMCACHED_PASSWORD=$MEMCACHED_PASSWORD $IMAGE_NAME
sleep 15
else
docker run -d --name $CONTAINER_NAME $IMAGE_NAME
sleep $SLEEP_TIME
fi
sleep $SLEEP_TIME
}
create_ruby_container() {