Skip to content

Commit

Permalink
fix: increase health check timeout for db reset
Browse files Browse the repository at this point in the history
  • Loading branch information
sweatybridge committed Aug 25, 2023
1 parent 0132a7d commit a8c3c90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/db/reset/reset.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const (
var (
ErrUnhealthy = errors.New("service not healthy")
ErrDatabase = errors.New("database is not healthy")
healthTimeout = 5 * time.Second
healthTimeout = 10 * time.Second
//go:embed templates/drop.sql
dropObjects string
)
Expand Down

0 comments on commit a8c3c90

Please sign in to comment.