diff --git a/router/batchrouter/asyncdestinationmanager/marketo-bulk-upload/marketobulkupload.go b/router/batchrouter/asyncdestinationmanager/marketo-bulk-upload/marketobulkupload.go index 92fb6db2c4..c4f52bd1d2 100644 --- a/router/batchrouter/asyncdestinationmanager/marketo-bulk-upload/marketobulkupload.go +++ b/router/batchrouter/asyncdestinationmanager/marketo-bulk-upload/marketobulkupload.go @@ -287,7 +287,7 @@ func (b *MarketoBulkUploader) Upload(asyncDestStruct *common.AsyncDestinationStr startTime := time.Now() payloadSizeStat.Observe(float64(len(payload))) b.logger.Debugf("[Async Destination Manager] File Upload Started for Dest Type %v", destType) - responseBody, statusCodeHTTP := misc.HTTPCallWithRetryWithTimeout(url, payload, config.GetDuration("HttpClient.marketoBulkUpload.timeout", 30, time.Second)) + responseBody, statusCodeHTTP := misc.HTTPCallWithRetryWithTimeout(url, payload, config.GetDuration("HttpClient.marketoBulkUpload.timeout", 10, time.Minute)) b.logger.Debugf("[Async Destination Manager] File Upload Finished for Dest Type %v", destType) uploadTimeStat.Since(startTime) var bodyBytes []byte