Skip to content

Commit

Permalink
Increase timeout again
Browse files Browse the repository at this point in the history
  • Loading branch information
StefMa authored Jan 6, 2025
1 parent 7fa386a commit 910c31f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/index.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ func handleEventCallback(r *http.Request, body []byte) {
req.Body = io.NopCloser(strings.NewReader(string(body)))

client := &http.Client{
Timeout: 500 * time.Millisecond,
Timeout: 1000 * time.Millisecond,
}
log.Printf("Delegate event callback to %s", fmt.Sprintf("%s://%s/event", scheme, r.Host))
client.Do(req)
Expand Down

0 comments on commit 910c31f

Please sign in to comment.