diff --git a/Command/MysqlDumperCommand.php b/Command/MysqlDumperCommand.php index ac3174c..7a004cd 100644 --- a/Command/MysqlDumperCommand.php +++ b/Command/MysqlDumperCommand.php @@ -31,6 +31,7 @@ protected function execute(InputInterface $input, OutputInterface $output) $command = $commandBuilder->buildCommand($connection, $input->getOption('path')); $process = new Process($command); + $process->setTimeout(0); $status = $process->run(); if ($status == 2) {