8000 Merge branch '5.0' · marcw/symfony@3cdd2e4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3cdd2e4

Browse files
Merge branch '5.0'
* 5.0: [HttpClient] fix testTimeoutIsNotAFatalError
2 parents 53423db + 0ff13b2 commit 3cdd2e4

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
@@ -109,7 +109,7 @@ public function testTimeoutIsNotAFatalError()
109109
{
110110
$client = $this->getHttpClient(__FUNCTION__);
111111
$response = $client->request('GET', 'http://localhost:8057/timeout-body', [
112-
'timeout' => 0.3,
112+
'timeout' => 0.1,
113113
]);
114114

115115
try {

0 commit comments

Comments
 (0)
0