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 96ad2b1 commit 88a49a7Copy full SHA for 88a49a7
src/Client/ClientBuilder.php
@@ -62,6 +62,7 @@ public function build(): ClientInterface
62
'base_uri' => $this->serverUrl,
63
'handler' => $handler,
64
'headers' => ['Accept' => 'application/json'],
65
+ 'timeout' => 10,
66
'http_errors' => false,
67
];
68
0 commit comments