When i run my deploy file on my server. I get time out error exception. I increase my composer process-timeout ("process-timeout":600). Also, i added timeout in deploy.php
Here deploy.php:
task('gulp', function(){
cd('release');
run('gulp --production', ['timeout' => null]);
})->desc('Running Gulp');
Exception: