Postman Performance testing Error : ESOCKETTIMEDOUT

While conducting performance testing in Postman, I encountered the persistent issue of receiving an ESOCKETTIMEDOUT error. Despite attempting solutions suggested by the Postman community, such as adjusting the request timeout limit and disabling SSL certificate verification, the problem persisted. Increasing the timeout limit and toggling SSL certificate verification did not resolve the error.

I’ve experimented with the Locust Python package for conducting performance testing, and thus far, I haven’t encountered any errors originating from the API side.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.