← All changes
|
app/Shared/Services/PluginsActivation/PluginActivation.php
+1
-1
3.2.0
→
trunk
View file →
| @@ -68,9 +68,9 @@ | ||
| 68 | 68 | $body = (array) ($request->get_param('body') ?? []); |
| 69 | 69 | |
| 70 | 70 | $response = \wp_safe_remote_post(static::API_URL, [ |
| 71 | 71 | // http_request_args only lifts Extendify hosts, and it overrides this value if it ever matches. |
| 72 | - 'timeout' => 15, | |
| 72 | + 'timeout' => 45, | |
| 73 | 73 | 'headers' => array_merge(['Content-Type' => 'application/json'], $headers), |
| 74 | 74 | 'body' => \wp_json_encode(array_merge(['email' => $email], $body)), |
| 75 | 75 | ]); |
| 76 | 76 | |