appium / node-simctl

Node wrapper around Apple's simctl binary
Apache License 2.0
65 stars 30 forks source link

feat: add timeout option for exec #254

Closed KazuCocoa closed 2 months ago

KazuCocoa commented 2 months ago

Simctl has default timeout to run exec by teen_process, but the exec method in Simctl does not have individual timeout option. It makes sense to let caller to set timeout per command and the constructor's timeout is default value for the Simctl object wide.

One typical usage is https://github.com/appium/appium-xcuitest-driver/pull/2461

github-actions[bot] commented 2 months ago

:tada: This issue has been resolved in version 7.6.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: