You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.phpThe text was updated successfully, but these errors were encountered: