Skip to content

Commit 64ad314

Browse files
committed
chore: increase wait time in boot script
1 parent f56a686 commit 64ad314

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Taskfile.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ tasks:
3434
boot:
3535
cmds:
3636
- docker-compose up -d --build
37-
- sleep 30
37+
- sleep 60
3838
- hasura migrate apply --database-name=default --envfile .env
3939
- hasura metadata apply --envfile .env
4040
- hasura seeds apply --envfile .env

0 commit comments

Comments
 (0)