While I’m testing the MailChimp I’m getting the following error.
Testing …
WP_Error Object
(
[errors] => Array
(
[http_request_failed] => Array
(
[0] => cURL error 28: Operation timed out after 45003 milliseconds with 677 out of 799 bytes received
)
)
[error_data] => Array
(
)
)
– ERROR
WP_Error Object ( [errors] => Array ( [http_request_failed] => Array ( [0] => cURL error 28: Operation timed out after 45003 milliseconds with 677 out of 799 bytes received ) ) [error_data] => Array ( ) ) – ERROR
Is there a way to increase the timeout more than 45 secconds?
Thanks in advance.