Skip to content

Commit a0bdec5

Browse files
Merge branch '4.4'
* 4.4: extend legacy exception for backwards compatibility [HttpClient] workaround curl_multi_select() issue [CI] fix building local packages Add show-deprecations option to lint:twig command [HttpClient] try using php-http/discovery when nyholm/psr7 is not installed [FrameworkBundle] Improve the sorting of tagged services [HttpClient] add HttpClient::createForBaseUri() Increase limits for flakey appveyor tests
2 parents 1e02ccc + 3a128d6 commit a0bdec5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Server/ConnectionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public function testNoServer()
7272
$connection = new Connection(self::VAR_DUMPER_SERVER);
7373
$start = microtime(true);
7474
$this->assertFalse($connection->write($data));
75-
$this->assertLessThan(1, microtime(true) - $start);
75+
$this->assertLessThan(4, microtime(true) - $start);
7676
}
7777

7878
private function getServerProcess(): Process

0 commit comments

Comments
 (0)