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