请问下对 stf 比较有研究的伙伴,stf 里手机占用有限制时长吗? 我在源码里没有找到限制时长的逻辑,但是如果我占用了一段时间之后,不做任何处理,手机会释放掉
有限制。
默认 15 min,可通过启动命令配置。
➜ ~ stf local -h | grep "timeout" --group-timeout, -t Timeout in seconds for automatic release of inactive devices. [数字] [默认值: 900]
https://github.com/openstf/stf/blob/6f42b9677bb7bfbe461db51bd34219febd299ce1/lib/cli/local/index.js
多谢多谢 问题解决了