Searched refs:cooldown (Results 1 – 2 of 2) sorted by relevance
245 cooldown = self.test_params.get('cooldown', None)246 if cooldown and not self.final_test:247 time.sleep(cooldown)
1192 def health_check(dut, batt_thresh=5, temp_threshold=53, cooldown=1): argument1216 if cooldown: