8000 [HttpClient] fix testTimeoutIsNotAFatalError · marcw/symfony@00ae470 · GitHub
[go: up one dir, main page]

Skip to content

Commit 00ae470

Browse files
[HttpClient] fix testTimeoutIsNotAFatalError
1 parent 4ab6ff3 commit 00ae470

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