diff --git a/pkg/source/clients/httpprotocol/http_source_client.go b/pkg/source/clients/httpprotocol/http_source_client.go index 255f3761c..dbbc9c024 100644 --- a/pkg/source/clients/httpprotocol/http_source_client.go +++ b/pkg/source/clients/httpprotocol/http_source_client.go @@ -74,8 +74,8 @@ func init() { DualStack: true, }).DialContext, IdleConnTimeout: 90 * time.Second, - ResponseHeaderTimeout: 5 * time.Second, - ExpectContinueTimeout: 2 * time.Second, + ResponseHeaderTimeout: 30 * time.Second, + ExpectContinueTimeout: 10 * time.Second, TLSClientConfig: &tls.Config{ InsecureSkipVerify: true, },