Home
last modified time | relevance | path

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

/external/autotest/site_utils/
Ddiagnosis_utils.py153 self.timeout_hours = datetime_base.timedelta(hours=timeout_mins/60.0)
185 if self.elapsed_time() >= self.timeout_hours:
202 self.elapsed_time() > self.timeout_hours/2):
Drun_suite.py1846 job_timer.timeout_hours - job_timer.elapsed_time())
1922 cutoff = job_timer.timeout_hours + timedelta(hours=0.3)
/external/google-fruit/extras/benchmark/
Drun_benchmarks.py568 def run_benchmark(benchmark, max_runs, timeout_hours, output_file, min_runs=3): argument
589 if timer() - start_time > timeout_hours * 3600:
803 timeout_hours=global_definitions['max_hours_per_combination'])