I am using NightwatchJS as the framework and the tests are getting cancelled within seconds of triggering the test. What can I do?

I am using NightwatchJS as the framework and the tests are getting cancelled within seconds of triggering the test. What can I do?

Hi Jacqueline,

This can be optimized by increasing the framework timeouts. The default connect timeout can be increased by adding the following settings in the Nighwatch JS file.

Example:
    "request_timeout_options": {
              "timeout": 1000000
            },