I run my unit tests in Jenkins server with a command composer.phar exec 'codecept run unit app/models' -vvv and get the following error:
[Symfony\Component\Process\Exception\ProcessTimedOutException]
The process "codecept run unit app/models" exceeded the timeout of 1800 seconds.
How can I fix it and allow tests to take more time? Thanks