Searched refs:cooldown (Results 1 – 2 of 2) sorted by relevance
283 cooldown = self.test_params.get('cooldown', None)284 if cooldown and not self.final_test:285 time.sleep(cooldown)
609 def health_check(dut, batt_thresh=5, temp_threshold=53, cooldown=1): argument633 if cooldown: