This repository was archived by the owner on Jul 29, 2024. It is now read-only.
This repository was archived by the owner on Jul 29, 2024. It is now read-only.
Improve stability - investigate timeouts #838
Closed
Description
Travis/Sauce occasionally falls over and everything starts timing out. This thread is the open investigation of whether anything can be done.
Example:
https://travis-ci.org/angular/protractor/builds/25374230
I suspect this has something to do with getting about:blank
- there are occasional reports of selenium historically having issues with this (https://code.google.com/p/chromedriver/issues/detail?id=23, https://code.google.com/p/chromedriver/issues/detail?id=502)
Changing to using a data URI worked but is not supported on IE.