Skip to content

Commit

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

try {
Expand Down

0 comments on commit 00ae470

Please sign in to comment.