Skip to content

Commit

Permalink
Longer timeout for mongodb test container
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhjp committed Aug 25, 2022
1 parent 7e0106e commit 403192c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helper/testhelpers/docker/testhelpers.go
Expand Up @@ -164,7 +164,7 @@ func (d *Runner) StartService(ctx context.Context, connect ServiceAdapter) (*Ser

bo := backoff.NewExponentialBackOff()
bo.MaxInterval = time.Second * 5
bo.MaxElapsedTime = 2 * time.Minute
bo.MaxElapsedTime = 5 * time.Minute

pieces := strings.Split(hostIPs[0], ":")
portInt, err := strconv.Atoi(pieces[1])
Expand Down

0 comments on commit 403192c

Please sign in to comment.