Skip to content

Commit cc1a8fb

Browse files
authored
extended timeout
1 parent 30fafca commit cc1a8fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nudebox/nudebox.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ func New(addr string) *Client {
3131
return &Client{
3232
addr: addr,
3333
HTTPClient: &http.Client{
34-
Timeout: 10 * time.Second,
34+
Timeout: 1 * time.Minute,
3535
},
3636
}
3737
}

0 commit comments

Comments
 (0)