shaka-project / generic-webdriver-server

A generic WebDriver server framework for use with Karma and Selenium, with backends for ChromeOS, Chromecast, Tizen, and Xbox One.
Apache License 2.0
27 stars 18 forks source link

fix(chromeos): Fix session manager timing #91

Closed joeyparrish closed 6 months ago

joeyparrish commented 6 months ago

It seems as if the short sleep time when monitoring the launch of session manager is no longer working correctly, with errors thrown inconsistently during test runs. Using a longer sleep time and fewer loops seems to fix it.