try simple sleep instead of curl retry

This commit is contained in:
2022-11-15 19:14:13 -06:00
parent bacbb87776
commit 6bd4c16a4d

View File

@ -27,7 +27,8 @@ jobs:
- run:
name: Run cypress tests
command: |
curl --retry-delay 5 --retry 10 --retry-connrefused https://localhost:3000
## curl --retry-delay 5 --retry 10 --retry-connrefused https://localhost:3000
sleep 60
npm run cypress:run
workflows: