Don't kill connection when .pause() is used
openjck opened this issue · 3 comments
It looks like browserstack-local kills the connection to BrowserStack, skipping any remaining tests, when the .pause() method is used for too long. The connection should be kept alive and tests should continue running when .pause() is used.
Apologies if I'm mistaken, and if this is instead something BrowserStack itself is doing.
@openjck , there is an idle timeout set by browserstack due to which you can't pause your sessions for too long. Default value of this timeout is 90 seconds, however you can increase it upto maximum value of 300 seconds by adding "browserstack.idleTimeout" capability.
Gotcha. It may have been something else, then. I actually can't reproduce it right now in a second repo. Sorry for the false alarm.