Skip to content

Commit

Permalink
[goreleaser] Bump timeout on server startup
Browse files Browse the repository at this point in the history
  • Loading branch information
dwasse committed Jan 9, 2024
1 parent aa743d2 commit 831c50d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/rfq/relayer/relapi/server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ func (c *RelayerServerSuite) startAPIServer() {
c.Require().NoError(err)
}()
return fmt.Errorf("server not ready: %w", err)
}, retry.WithMaxTotalTime(60*time.Second))
}, retry.WithMaxTotalTime(120*time.Second))
c.Require().NoError(err)
}

Expand Down

0 comments on commit 831c50d

Please sign in to comment.