We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d33ccbb + ea49408 commit 3a128d6Copy full SHA for 3a128d6
Tests/Server/ConnectionTest.php
@@ -72,7 +72,7 @@ public function testNoServer()
72
$connection = new Connection(self::VAR_DUMPER_SERVER);
73
$start = microtime(true);
74
$this->assertFalse($connection->write($data));
75
- $this->assertLessThan(1, microtime(true) - $start);
+ $this->assertLessThan(4, microtime(true) - $start);
76
}
77
78
private function getServerProcess(): Process
0 commit comments