I am running API tests using codeception, and I am getting this error "[GuzzleHttp\Exception\ConnectException] cURL error 28: Operation timed out after 90001 milliseconds with 0 bytes received"
I have looked through the internet and found this Codeception REST timeout issue article I followed everything but I still get the same error. Please look at my api.suite.yml below
class_name: ApiTester modules: enabled: - \Helper\Api - REST - Laravel5 - Asserts - Db config: REST: depends: PhpBrowser PhpBrowser: url: 'http://localhost:8001' curl: CURLOPT_TIMEOUT: 90
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire