diff --git a/docker/test/entrypoint-cypress.sh b/docker/test/entrypoint-cypress.sh index 485e84b1f..3b6a054de 100644 --- a/docker/test/entrypoint-cypress.sh +++ b/docker/test/entrypoint-cypress.sh @@ -3,7 +3,7 @@ set -e -timeout 1m bash -c ' +timeout 2m bash -c ' while ! curl -s $CYPRESS_baseUrl > /dev/null; do echo waiting for MaMpf to come online at $CYPRESS_baseUrl; sleep 1;