This is the content of the acceptance.suite.yml
class_name: AcceptanceTester
modules:
enabled:
- PhpBrowser:
url: http://reoc.lo/
curl:
CURLOPT_TIMEOUT: 50000 # timeout in seconds
- \Helper\Acceptance
I did this following this question: How to change codeception phpbrowser/mink timeout but it doesn't work for me as it skips this setting and it's timing out on 30 seconds which is the default.
Are there any other settings to override default CURLOPT_TIMEOUT?