高負荷の場合にページが適切に機能していることを確認する codeception を使用してテストを作成しようとしています。
残念ながら、ページの負荷が非常に高く、テストが開始されると、次のようなエラーが発生しました。
[..]
[Codeception\Exception\ModuleConfig]
Codeception\Util\Mink module is not configured!
Provided URL can't be accessed by this driver.[curl] 28: Operation timed out after 30031
milliseconds with 0 out of -1 bytes received [url] http://xxxx.xxx/app_db2.php
[..]
Mink のタイムアウトをより高い値に設定する可能性はありますか?