| @@ -407,9 +407,9 @@ | ||
| 407 | 407 | |
| 408 | 408 | $pWPRemoteArgs = array( |
| 409 | 409 | 'method' => strtoupper( $pMethod ), |
| 410 | 410 | 'connect_timeout' => 10, |
| 411 | - 'timeout' => 60, | |
| 411 | + 'timeout' => WP_FS__API_TIMEOUT, | |
| 412 | 412 | 'follow_redirects' => true, |
| 413 | 413 | 'redirection' => 5, |
| 414 | 414 | 'user-agent' => $user_agent, |
| 415 | 415 | 'blocking' => true, |