Bug 386359 - "need more Ts runs in Talos" (get Talos to use TS_NUM_RUNS) [p=alice r=robcee]

This commit is contained in:
reed%reedloden.com 2007-07-04 02:40:55 +00:00
Родитель 5a0917c43a
Коммит 0fda500d71
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -138,7 +138,7 @@ def RunStartupTests(profile_configs, num_runs):
ffinfo.GetMetricsFromBrowser(config[2], profile_dir)
# Run the startup tests for this profile and log the results.
times = RunStartupTest(config[2], profile_dir, 5, 10)
times = RunStartupTest(config[2], profile_dir, num_runs, 10)
all_times.append(times)
# Delete the temp profile directory. Make it writeable first,