Skip to content

Commit

Permalink
increase fullstack test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Flyingmana committed Nov 9, 2020
1 parent 2d7afcf commit d237a2d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ protected function installBaseMagento()
self::getComposerCommand().' install '.self::getComposerArgs().' --working-dir="./"',
self::getBasePath().'/magento'
);
$process->setTimeout(300);
$process->setTimeout(60*10);
$process->run();
self::logProcessOutput($process, 'installBaseMagento');
$this->assertProcess($process);
Expand Down

0 comments on commit d237a2d

Please sign in to comment.