Android CTS如何扩展shell超时值

时间:2017-06-27 09:48:29

标签: android shell android-7.1-nougat cts

我在某些模块开始运行时收到以下警告:

  

W / InstrumentationTest:shell-timeout应该大于test-timeout 900000;注意:将shell-timeout扩展到990000,请考虑修复此问题!

我正在使用android-cts-7.1_r6,如何扩展shell-timeout值?

2 个答案:

答案 0 :(得分:0)

我相信您需要将导出TMOUT =添加到.bashrc文件中。

答案 1 :(得分:0)

shell-timeouttest-timeout是CTS配置文件中定义的值。这些配置文件随CTS一起提供,并且(我假设)不进行编辑。

我相信您可以忽略此警告

这是配置文件的快速列表:

$ grep -REI "shell-timeout|test-timeout" | cut -d':' -f1 | uniq
testcases/CtsSimpleCpuTestCases.config
testcases/CtsFileSystemTestCases.config
testcases/CtsAslrMallocTestCases.config
testcases/CtsMediaTestCases.config
testcases/CtsUiDeviceTestCases.config
testcases/CtsOpenGlPerf2TestCases.config
testcases/CtsMediaStressTestCases.config
testcases/CtsVideoTestCases.config
testcases/CtsSecurityTestCases.config
testcases/CtsCameraTestCases.config
testcases/CtsTvProviderTestCases.config
testcases/CtsLibcoreOjTestCases.config
testcases/CtsKeystoreTestCases.config
testcases/CtsLibcoreTestCases.config
testcases/CtsTvTestCases.config
testcases/CtsLibcoreOkHttpTestCases.config
testcases/CtsHardwareTestCases.config