diff --git a/tests/CurrentProcess/ChildrenTest.php b/tests/CurrentProcess/ChildrenTest.php index 8a5ded4..81459af 100644 --- a/tests/CurrentProcess/ChildrenTest.php +++ b/tests/CurrentProcess/ChildrenTest.php @@ -68,6 +68,6 @@ public function testWait() $this->assertSame(0, $code->toInt()); }); $delta = \microtime(true) - $start; - $this->assertEqualsWithDelta(3, $delta, 0.1); + $this->assertEqualsWithDelta(3, $delta, 0.2); } }