Skip to content

Commit 4bda6c4

Browse files
Merge branch '5.0'
* 5.0: [HttpClient] fix testTimeoutIsNotAFatalError (bis)
2 parents f7a2e0a + 1fce9b0 commit 4bda6c4

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.1,
112+
'timeout' => 0.25,
113113
]);
114114

115115
try {

0 commit comments

Comments
 (0)