mirror of
https://github.com/danog/parallel.git
synced 2024-11-26 20:34:40 +01:00
Increase delay
This commit is contained in:
parent
82c977bb9a
commit
283a35ee6d
@ -95,7 +95,7 @@ abstract class TestCase extends \PHPUnit_Framework_TestCase
|
||||
$status = (int)$function();
|
||||
exit(0);
|
||||
default:
|
||||
usleep(1e3);
|
||||
usleep(1e6);
|
||||
if (pcntl_wait($status) === -1) {
|
||||
$this->fail('Failed to fork process.');
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user