Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit dd6c0e0

Browse files
authored
Increasing timeout for Symfony processes created by Composer. (#1115)
1 parent 53ef048 commit dd6c0e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Composer/Plugin.php

+1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ public function activate(Composer $composer, IOInterface $io) {
5757
$this->composer = $composer;
5858
$this->io = $io;
5959
$this->eventDispatcher = $composer->getEventDispatcher();
60+
ProcessExecutor::setTimeout(2000);
6061
$this->executor = new ProcessExecutor($this->io);
6162
}
6263

0 commit comments

Comments
 (0)