Skip to content

Commit ab8a3f2

Browse files
committed
Increase timeout
1 parent c7e77b7 commit ab8a3f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BrefCloudClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public function __construct(?string $token = null)
2424
}
2525

2626
$this->client = HttpClient::createForBaseUri($this->url, [
27-
'timeout' => 10,
27+
'timeout' => 15,
2828
'auth_bearer' => $token,
2929
'headers' => [
3030
'User-Agent' => 'Bref CLI',

0 commit comments

Comments
 (0)