Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 333f718

Browse files
[HttpClient] fix testTimeoutIsNotAFatalError (bis)
1 parent 00ae470 commit 333f718

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ public function testTimeoutIsNotAFatalError()
9797
{
9898
$client = $this->getHttpClient(__FUNCTION__);
9999
$response = $client->request('GET', 'http://localhost:8057/timeout-body', [
100-
'timeout' => 0.1,
100+
'timeout' => 0.25,
101101
]);
102102

103103
try {

0 commit comments

Comments
 (0)