Skip to content

Commit f7a2e0a

Browse files
Merge branch '5.0'
* 5.0: [HttpClient] fix testTimeoutIsNotAFatalError
2 parents 4e74ebf + e444241 commit f7a2e0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)