8000 Merge branch '4.4' into 5.0 · marcw/symfony@0ff13b2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0ff13b2

Browse files
Merge branch '4.4' into 5.0
* 4.4: [HttpClient] fix testTimeoutIsNotAFatalError
2 parents c794cab + 00ae470 commit 0ff13b2

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.3,
100+
'timeout' => 0.1,
101101
]);
102102

103103
try {

0 commit comments

Comments
 (0)
0