Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/test_utils/power/
DPowerBaseTest.py245 cooldown = self.test_params.get('cooldown', None)
246 if cooldown and not self.final_test:
247 time.sleep(cooldown)
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/
Dwifi_performance_test_utils.py1192 def health_check(dut, batt_thresh=5, temp_threshold=53, cooldown=1): argument
1216 if cooldown: