Skip to content

Commit

Permalink
[HttpClient] fix testTimeoutIsNotAFatalError (bis)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-grekas committed May 9, 2020
1 parent 00ae470 commit 333f718
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -97,7 +97,7 @@ public function testTimeoutIsNotAFatalError()
{
$client = $this->getHttpClient(__FUNCTION__);
$response = $client->request('GET', 'http://localhost:8057/timeout-body', [
'timeout' => 0.1,
'timeout' => 0.25,
]);

try {
Expand Down

0 comments on commit 333f718

Please sign in to comment.