Skip to content

Commit

Permalink
Update HttpFactory.php
Browse files Browse the repository at this point in the history
  • Loading branch information
pablosanches authored Jul 24, 2024
1 parent 00d549a commit 6eee463
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Http/HttpFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ public static function factoryClient(string $token): Client
{
return new Client([
'base_uri' => Uri::baseUri(),
'timeout' => 5.0,
'timeout' => 30,
'connect_timeout' => 30,
'http_errors' => false,
'headers' => [
'Authorization' => 'Bearer ' . $token,
Expand Down

0 comments on commit 6eee463

Please sign in to comment.