diff --git a/ci/docker/compose-web/bootstrap.sh b/ci/docker/compose-web/bootstrap.sh index 4e952ffd23..cabaccf1a0 100644 --- a/ci/docker/compose-web/bootstrap.sh +++ b/ci/docker/compose-web/bootstrap.sh @@ -15,7 +15,7 @@ function bootstrap() { if [ ! -e /tmp/init ]; then touch /tmp/init echo "bootstrapping" - sleep 10 + bootstrap else echo "not bootstrapping, all done" fi