Symfony exposes options to set a process's timeout. It appears to default to 60 seconds in my setup, but I don't know where this is configured. It would be nice if this library exposed a way to set the timeout. Right now I am getting around this by adding $process->setTimeout(3600); to the runCommand function in Camelot.php