Home
last modified time | relevance | path

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

/tools/test/connectivity/acts_tests/acts_contrib/test_utils/power/
DPowerBaseTest.py283 cooldown = self.test_params.get('cooldown', None)
284 if cooldown and not self.final_test:
285 time.sleep(cooldown)
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/wifi_performance_test_utils/
D__init__.py609 def health_check(dut, batt_thresh=5, temp_threshold=53, cooldown=1): argument
633 if cooldown: