diff --git a/src/Client.php b/src/Client.php index 165995b..6825210 100644 --- a/src/Client.php +++ b/src/Client.php @@ -60,7 +60,7 @@ class Client extends JsonRpc $this->server_config = $this->config['client'][$k]; $default = [ - 'timeout' => 3, + 'timeout' => 60, 'allow_redirects' => false, ];