Skip to content

Commit

Permalink
increase allowed delta for the children to finish
Browse files Browse the repository at this point in the history
  • Loading branch information
Baptouuuu committed Dec 18, 2022
1 parent e2d6ba7 commit 2e5ee63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/CurrentProcess/ChildrenTest.php
Expand Up @@ -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);
}
}

0 comments on commit 2e5ee63

Please sign in to comment.