Searched refs:test_time_ms (Results 1 – 3 of 3) sorted by relevance
125 test_time_ms: int491 test_time_ms = int(495 return TestResults(failures, perf_results, rebased, test_time_ms)
7 var time_ratio = 3600 * 1000 / test_time_ms; // default test time is 1 hour302 time_ratio = 3600 * 1000 / test_time_ms; // default test time is 1 hour
15 var test_time_ms = minutes(60); variable