Why are my Automation tests getting cancelled after staying in the queue for some time?

Why are my Automation tests getting cancelled after staying in the queue for some time?

Hey Jacqueline,

A test can get “cancelled” either if it has been deliberately cancelled by the user or if a framework timeout request was received from the script side.

Please make sure you increase this timeout. For eg. in WebdriverIO, you can increase it from the Wdio config file, connectRetryTimeout.