Skip to content

Commit e444241

Browse files
Merge branch '4.4' into 5.0
* 4.4: [HttpClient] fix testTimeoutIsNotAFatalError
2 parents b955e5f + cc8c644 commit e444241

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
@@ -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)