Skip to content

Commit

Permalink
Update db.go
Browse files Browse the repository at this point in the history
  • Loading branch information
Andriiklymiuk authored Apr 5, 2024
1 parent 2b1c5ab commit 2716b83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/db.go
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ func SeedDb(targetService string) error {
if err != nil {
fmt.Println("Make command failed", err)
}
time.Sleep(time.Second * 7)
time.Sleep(time.Second * 12)
}

containerId, err := utils.GetContainerId(targetService)
Expand Down

0 comments on commit 2716b83

Please sign in to comment.