Skip to content

Commit a7d9da6

Browse files
committed
Update timeout to 120s (!)
1 parent 022bd01 commit a7d9da6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
background: true
6868
- run:
6969
name: Wait for services to be ready
70-
command: dockerize -wait http://localhost:3000 -wait http://localhost:3001 -timeout 30s
70+
command: dockerize -wait http://localhost:3000 -wait http://localhost:3001 -timeout 120s
7171
- run:
7272
name: Cypress integration tests
7373
command: yarn exec cypress run

0 commit comments

Comments
 (0)