Skip to content

Commit 803ae31

Browse files

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ func CreateTaskCompleteEvent(output polycode.TaskOutput, tx *db.Tx) *TaskComplet
5252
func NewServiceClient(baseURL string) *ServiceClient {
5353
return &ServiceClient{
5454
httpClient: &http.Client{
55-
Timeout: time.Second * 10, // Set a reasonable timeout for HTTP requests
55+
Timeout: time.Second * 30, // Set a reasonable timeout for HTTP requests
5656
},
5757
baseURL: baseURL,
5858
urlCache: UrlCache{

0 commit comments

Comments
 (0)