Skip to content

Commit d237a2d

Browse files
committed
increase fullstack test timeout
1 parent 2d7afcf commit d237a2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/MagentoHackathon/Composer/FullStack/FullStackTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ protected function installBaseMagento()
3636
self::getComposerCommand().' install '.self::getComposerArgs().' --working-dir="./"',
3737
self::getBasePath().'/magento'
3838
);
39-
$process->setTimeout(300);
39+
$process->setTimeout(60*10);
4040
$process->run();
4141
self::logProcessOutput($process, 'installBaseMagento');
4242
$this->assertProcess($process);

0 commit comments

Comments
 (0)