Skip to content

Commit

Permalink
Merge pull request #12 from gustavosbarreto/master
Browse files Browse the repository at this point in the history
coap: increase timeout time
  • Loading branch information
gustavosbarreto authored Jan 4, 2024
2 parents 25ef8af + 4736157 commit 2ab5f7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coap.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (
)

const (
defaultHTTPTimeout = 5 * time.Second
defaultHTTPTimeout = 30 * time.Second
)

func doHTTPRequest(req *http.Request) (*http.Response, []byte, error) {
Expand Down

0 comments on commit 2ab5f7d

Please sign in to comment.