Home
last modified time | relevance | path

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

/external/autotest/site_utils/
Drun_suite.py1769 job_timer = diagnosis_utils.JobTimer(
1774 job_timer.format_time(job_timer.job_created_time),
1790 return _handle_job_wait(afe, job_id, options, job_timer, is_real_time)
1829 def _handle_job_wait(afe, job_id, options, job_timer, is_real_time): argument
1843 _poke_buildbot_with_output(afe, job_id, job_timer)
1844 if job_timer.debug_output_timer.poll():
1846 job_timer.timeout_hours - job_timer.elapsed_time())
1863 is_suite_timeout = job_timer.is_suite_timeout()
1922 cutoff = job_timer.timeout_hours + timedelta(hours=0.3)
1993 def _poke_buildbot_with_output(afe, job_id, job_timer): argument
[all …]