Merge branch '5.0'

* 5.0:
  [HttpClient] fix testTimeoutIsNotAFatalError
This commit is contained in:
Nicolas Grekas 2020-05-09 18:24:19 +02:00
commit 3cdd2e4643
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ abstract class HttpClientTestCase extends BaseHttpClientTestCase
{
$client = $this->getHttpClient(__FUNCTION__);
$response = $client->request('GET', 'http://localhost:8057/timeout-body', [
'timeout' => 0.3,
'timeout' => 0.1,
]);
try {