8000
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 eb5e01e + 8a04886 commit 6b3bbe4Copy full SHA for 6b3bbe4
src/Symfony/Component/VarDumper/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
src/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php
@@ -669,7 +669,7 @@ public function testDestruct()
669
$duration = microtime(true) - $start;
670
671
$this->assertGreaterThan(1, $duration);
672
- $this->assertLessThan(3, $duration);
+ $this->assertLessThan(4, $duration);
673
674
675
public function testProxy()
0 commit comments