We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 022bd01 commit a7d9da6Copy full SHA for a7d9da6
1 file changed
.circleci/config.yml
@@ -67,7 +67,7 @@ jobs:
67
background: true
68
- run:
69
name: Wait for services to be ready
70
- command: dockerize -wait http://localhost:3000 -wait http://localhost:3001 -timeout 30s
+ command: dockerize -wait http://localhost:3000 -wait http://localhost:3001 -timeout 120s
71
72
name: Cypress integration tests
73
command: yarn exec cypress run
0 commit comments