Skip to content

Commit c08b825

Browse files
change timeout to 5 for testing
1 parent df4a05d commit c08b825

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

httpclient/request.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ func (c *Client) request(ctx context.Context, method, endpoint string, body inte
273273
req = req.WithContext(ctx)
274274

275275
// TEMPORARY HARD CODED TIMEOUT
276-
c.http.Timeout = 3 * time.Second
276+
c.http.Timeout = 5 * time.Second
277277
////////////////////////////////
278278

279279
resp, err := c.http.Do(req)

0 commit comments

Comments
 (0)