mirror of
https://github.com/amphp/parallel.git
synced 2025-07-21 13:31:17 +02:00
Allow more time for kill
This commit is contained in:
@@ -39,7 +39,7 @@ abstract class AbstractContextTest extends TestCase {
|
|||||||
|
|
||||||
$context->start();
|
$context->start();
|
||||||
|
|
||||||
$this->assertRunTimeLessThan([$context, 'kill'], 250);
|
$this->assertRunTimeLessThan([$context, 'kill'], 1000);
|
||||||
|
|
||||||
$this->assertFalse($context->isRunning());
|
$this->assertFalse($context->isRunning());
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user