openwallet-foundation / owl-mobile-wallet-test-harness

An acceptance test framework for testing mobile wallets utilizing Python, Behave, Appium, and a mobile device cloud service.
Apache License 2.0
14 stars 14 forks source link

BCW - slight speed increase in creating pin #244

Closed nodlesh closed 7 months ago

nodlesh commented 7 months ago

Attempt to speed up the pin creation process. This takes a long time on Android for some reason. May be the known send_keys speed issue on Android. This speed increase is to determine if the Android cancelled jobs are due to elapsed time of a call or the whole test as a whole.