Skip to content

Commit

Permalink
Increase timeout to 2min in Cypress entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Splines committed Feb 3, 2025
1 parent db7d1ce commit bba3b8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/test/entrypoint-cypress.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit bba3b8c

Please sign in to comment.