I've been encountering this error when attempting to use the upgrade feature (from beta13).
Updated composer.json with wildcard extension constraints.
In Process.php line 1201:
The process "/usr/sbin/composer update --prefer-dist --no-dev -a" exceeded the timeout of 60 seconds.
I expect it's a server-related setting that needs tweaked, but unsure what setting might need adjusted. I thought maybe max_execution_time
, but running php -i
shows that it is set to 0
. Any thoughts on how I can get past this? TIA!