Home
last modified time | relevance | path

Searched refs:test_timeout (Results 1 – 1 of 1) sorted by relevance

/trusty/device/arm/generic-arm64/project/qemu/
Dqemu.py597 def androidtest_run(self, cmd, test_timeout=None): argument
603 if not test_timeout:
604 test_timeout = self.default_timeout
611 test_result = self.adb(["shell"] + cmd, timeout=test_timeout,