$this->httpClient = new Client([ 'base_uri' => $baseUrl, 'exceptions' => false, ]); help change timeout $this->httpClient = new Client([ 'base_uri' => $baseUrl, 'timeout' => $this->getTimeout(), 'exceptions' => false, ]);