1
0
Fork 0

Merge pull request #3764 from alcohol/retry-slow-test

retry slow test if timeout occurs
pull/3772/head
Jordi Boggiano 2015-02-23 22:41:42 +00:00
commit c291b07abd
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ class AllFunctionalTest extends \PHPUnit_Framework_TestCase
putenv('COMPOSER_HOME='.$this->testDir.'home');
$cmd = 'php '.escapeshellarg(self::$pharPath).' --no-ansi '.$testData['RUN'];
$proc = new Process($cmd, __DIR__.'/Fixtures/functional');
$proc = new Process($cmd, __DIR__.'/Fixtures/functional', null, null, 300);
$exitcode = $proc->run();
if (isset($testData['EXPECT'])) {