Skip to content

Commit

Permalink
set default timeout to 300ms
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadim Madison committed Dec 17, 2015
1 parent 95dc972 commit bdc5d38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion output.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ func NewSentryOutputWithClient(client *raven.Client) *Output {
func newOutput(client *raven.Client) *Output {
hostname, _ := os.Hostname()
return &Output{
Timeout: 100 * time.Millisecond,
Timeout: 300 * time.Millisecond,
StacktraceConfiguration: StackTraceConfiguration{
Enable: false,
Level: xlog.LevelError,
Expand Down

0 comments on commit bdc5d38

Please sign in to comment.