Yii2 Codeception - 超过超时

Yii2 Codeception - exceeded the timeout

我 运行 我在 Jenkins 服务器中使用命令 composer.phar exec 'codecept run unit app/models' -vvv 进行单元测试并得到以下错误:

[Symfony\Component\Process\Exception\ProcessTimedOutException]
The process "codecept run unit app/models" exceeded the timeout of 1800 seconds.

如何修复它并让测试花费更多时间?谢谢

貌似是composer exec超时,直接执行codecept。 ./vendor/bin/codecept run unit app/models