tweaselORG / appstraction

An abstraction layer for common instrumentation functions (e.g. installing and starting apps, setting preferences, etc.) on Android and iOS.
MIT License
4 stars 1 forks source link

Fix timeout in `waitForDevice()` on iOS #89

Closed baltpeter closed 1 year ago

baltpeter commented 1 year ago

One second is too short, on my setup it takes ever so slightly longer. On slower systems, we can expect it to take even longer. According to the comment, the timeout was supposed to be 10s anyway.