I'm trying to increase the Codeception REST timeout, but it doesn't seem to be working.
That's what I have
class_name: ApiTester
modules:
enabled:
- \Helper\Api:
- REST:
depends: PhpBrowser
timeout: 90
Timeout error I'm getting
[GuzzleHttp\Exception\ConnectException] cURL error 28: Operation timed out after 30001 milliseconds with 0 bytes received
What am I doing wrong?