| Index: server/site_tests/platform_BootPerfServer/control
|
| diff --git a/server/site_tests/platform_BootPerfServer/control b/server/site_tests/platform_BootPerfServer/control
|
| index 4638ac92d9e99cc963467c316542f6b80f881ae8..ef9e1f6edc009fe0d241894efce1ecb272339e4a 100644
|
| --- a/server/site_tests/platform_BootPerfServer/control
|
| +++ b/server/site_tests/platform_BootPerfServer/control
|
| @@ -16,6 +16,6 @@ to collect boot performance metrics.
|
|
|
| def run_bootperf(machine):
|
| host = hosts.create_host(machine)
|
| - job.run_test("platform_BootPerfServer", host=host)
|
| + job.run_test("platform_BootPerfServer", host=host, iterations=10)
|
|
|
| parallel_simple(run_bootperf, machines)
|
|
|