Skip to content

Commit d23f90c

Browse files
committed
fix(ci): curl timeout yarn server
1 parent 6db436f commit d23f90c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.circleci/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@ jobs:
6161
working_directory: browser-app
6262
command: yarn start
6363
background: true
64+
- run:
65+
command: |
66+
sleep 15
67+
curl -v --connect-timeout 4 --max-time 8 http://localhost:3000
6468
- run:
6569
working_directory: .
6670
# command: npx cypress run --config defaultCommandTimeout=58000

0 commit comments

Comments
 (0)