Skip to content

Commit 5c4b9e7

Browse files
committed
Update http timeout
Signed-off-by: Keith Russo <[email protected]>
1 parent d91e560 commit 5c4b9e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/rest.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ import (
3232

3333
//goland:noinspection SpellCheckingInspection
3434
var (
35-
timeout = 1200 * time.Millisecond
35+
timeout = 2000 * time.Millisecond
3636

3737
httpClient = httpclient.NewClient(httpclient.WithHTTPTimeout(timeout))
3838
)

0 commit comments

Comments
 (0)