diff --git a/cmd/db.go b/cmd/db.go index a8cc482..bd7a999 100644 --- a/cmd/db.go +++ b/cmd/db.go @@ -170,7 +170,7 @@ func SeedDb(targetService string) error { if err != nil { fmt.Println("Make command failed", err) } - time.Sleep(time.Second * 10) + time.Sleep(time.Second * 7) } containerId, err := utils.GetContainerId(targetService)