1
0
mirror of https://github.com/danog/parallel.git synced 2024-11-26 20:34:40 +01:00

Increase delay

This commit is contained in:
Stephen Coakley 2015-09-26 01:33:40 -05:00
parent 82c977bb9a
commit 283a35ee6d

View File

@ -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.');
}