openwallet-foundation / mobile-wallet-test-harness

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

BCW - slight speed increase in creating pin #244

Closed nodlesh closed 4 months ago

nodlesh commented 4 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.