Skip to content

Commit 020f7c9

Browse files
authored
Merge pull request #39 from spotlibs/feature/exploration
extends default timeout client external
2 parents 4b5622b + 3515569 commit 020f7c9

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/Libraries/ClientExternal.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -143,10 +143,7 @@ public function call(Request $request, array $options = []): ResponseInterface
143143
//do nothing
144144
}
145145
if (!isset($options['timeout'])) {
146-
$options['timeout'] = 10;
147-
}
148-
if (!isset($options['verify'])) {
149-
$options['verify'] = false;
146+
$options['timeout'] = 60;
150147
}
151148
foreach ($this->requestHeaders as $key => $header) {
152149
$request = $request->withHeader($key, $header);

0 commit comments

Comments
 (0)