Skip to content

Commit

Permalink
Merge branch '5.0'
Browse files Browse the repository at this point in the history
* 5.0:
  [HttpClient] fix testTimeoutIsNotAFatalError (bis)
  • Loading branch information
nicolas-grekas committed May 9, 2020
2 parents 3cdd2e4 + b3e49ee commit 2ed6a0d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,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 2ed6a0d

Please sign in to comment.