Skip to content

Commit 90aacf2

Browse files
committed
Extend wait for db
1 parent 3f2aa0c commit 90aacf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Taskfile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ tasks:
3838
- docker compose --env-file .env.local --env-file .env.docker.local -f docker-compose.yml pull
3939
- docker compose --env-file .env.local --env-file .env.docker.local -f docker-compose.yml up --force-recreate --detach --remove-orphans
4040
- echo "Waiting for database to be ready"
41-
- sleep 10
41+
- sleep 20
4242
- echo "Initialize the database"
4343
- docker compose --env-file .env.local --env-file .env.docker.local -f docker-compose.yml exec api bin/console doctrine:schema:create
4444
- echo "Clearing the cache"

0 commit comments

Comments
 (0)