Skip to content

Commit 3381a45

Browse files
[HttpClient] fix too high timeout in test
1 parent ca820ee commit 3381a45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Test/HttpClientTestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,7 @@ public function testResolve()
541541

542542
$response = null;
543543
$this->expectException(TransportExceptionInterface::class);
544-
$client->request('GET', 'http://symfony.com:8057/');
544+
$client->request('GET', 'http://symfony.com:8057/', ['timeout' => 3]);
545545
}
546546

547547
public function testTimeoutOnAccess()

0 commit comments

Comments
 (0)