Skip to content

Commit

Permalink
Decrease wait time before seed
Browse files Browse the repository at this point in the history
  • Loading branch information
Andriiklymiuk committed Mar 28, 2024
1 parent d5e7380 commit 9e8fcf3
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 * 10)
time.Sleep(time.Second * 7)
}

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

0 comments on commit 9e8fcf3

Please sign in to comment.