Searched refs:timeout_hours (Results 1 – 3 of 3) sorted by relevance
153 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):
1846 job_timer.timeout_hours - job_timer.elapsed_time())1922 cutoff = job_timer.timeout_hours + timedelta(hours=0.3)
568 def run_benchmark(benchmark, max_runs, timeout_hours, output_file, min_runs=3): argument589 if timer() - start_time > timeout_hours * 3600:803 timeout_hours=global_definitions['max_hours_per_combination'])