build(config.yml): bump wait time for docker

This commit is contained in:
Krrish Dholakia 2024-05-08 09:38:31 -07:00
parent 0ab57026f3
commit 6179675b09

View file

@ -223,7 +223,7 @@ jobs:
background: true background: true
- run: - run:
name: Wait for app to be ready name: Wait for app to be ready
command: dockerize -wait http://localhost:4000 -timeout 1m command: dockerize -wait http://localhost:4000 -timeout 5m
- run: - run:
name: Run tests name: Run tests
command: | command: |