Skip to content

Commit 3a128d6

Browse files
Merge branch '4.3' into 4.4
* 4.3: [HttpClient] workaround curl_multi_select() issue [CI] fix building local packages Increase limits for flakey appveyor tests
2 parents d33ccbb + ea49408 commit 3a128d6

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)