We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7e77b7 commit ab8a3f2Copy full SHA for ab8a3f2
src/BrefCloudClient.php
@@ -24,7 +24,7 @@ public function __construct(?string $token = null)
24
}
25
26
$this->client = HttpClient::createForBaseUri($this->url, [
27
- 'timeout' => 10,
+ 'timeout' => 15,
28
'auth_bearer' => $token,
29
'headers' => [
30
'User-Agent' => 'Bref CLI',
0 commit comments