[Process] Revert change

This commit is contained in:
Romain Neutron 2013-08-14 13:29:25 +02:00
parent 8d9c7c6fae
commit 8c4bae3592
1 changed files with 1 additions and 1 deletions

View File

@ -360,7 +360,7 @@ abstract class AbstractProcessTest extends \PHPUnit_Framework_TestCase
// Sleep doesn't work as it will allow the process to handle signals and close
// file handles from the other end.
$process = $this->getProcess('php -r "sleep 4"');
$process = $this->getProcess('php -r "while (true) {}"');
$process->start();
// PHP will deadlock when it tries to cleanup $process