mirror of
https://github.com/danog/parallel.git
synced 2024-11-27 04:44:56 +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();
|
$status = (int)$function();
|
||||||
exit(0);
|
exit(0);
|
||||||
default:
|
default:
|
||||||
usleep(1e3);
|
usleep(1e6);
|
||||||
if (pcntl_wait($status) === -1) {
|
if (pcntl_wait($status) === -1) {
|
||||||
$this->fail('Failed to fork process.');
|
$this->fail('Failed to fork process.');
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user