Skip to content

Commit cc8c644

Browse files
[HttpClient] fix testTimeoutIsNotAFatalError
1 parent fcc459d commit cc8c644

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)