我正在尝试使用 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 超时设置为更高的值?