2gis / Winium.Mobile

Winium.Mobile is Selenium Remote WebDriver implementation for automated testing of Windows StoreApps and Silverlight apps, tested on emulators (currently only Windows Phone/Mobile apps are supported).
Mozilla Public License 2.0
51 stars 29 forks source link

The remote procedure call failed on app launch #50

Closed NickAb closed 9 years ago

NickAb commented 9 years ago

Rarely after deploying app and uploading files to app storage an "Unknown error: The remote procedure call failed." might occur when trying to launch app.

This only happens on build machine that is under hard memory and hdd usage, does not happen on dev machines that usually run tests faster. Might be related to some inner timeouts in SmartDevice API.

Possible hot fix: simple retry launching app a few times until some timeout is reached. Yet it would be better to research why exactly such exception is raised inside SmartDevice API.