From 6de7f8fe91a1a36d0e7c578ac8d170bf483fcfbe Mon Sep 17 00:00:00 2001 From: cmtice Date: Fri, 14 Mar 2014 14:08:21 -0700 Subject: Various small fixes for nightly infrastructure tests. - Change the number of iterations for tests from 1 to 3. - Increase the timeout for image_chromeos.py, so 'cros flash', which takes a bit longer than cros_image_to_target.sh did, doesn't get killed just as its finishing. - Comment out smoothness.top_25 for now, since it's broken and/or hanging. BUG=None TEST=Successfully ran nightly infrastructure tests with these changes. Change-Id: I77b663b1910fe12ef927afdf15d88a7c1e82d491 Reviewed-on: https://chrome-internal-review.googlesource.com/157419 Reviewed-by: Yunlian Jiang Commit-Queue: Caroline Tice Tested-by: Caroline Tice --- test_toolchains.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test_toolchains.py') diff --git a/test_toolchains.py b/test_toolchains.py index c50185dc..d8b750ae 100644 --- a/test_toolchains.py +++ b/test_toolchains.py @@ -140,7 +140,7 @@ class ToolchainComparator(ChromeOSCheckout): experiment_tests = """ benchmark: all_perfv2 { suite: telemetry_Crosperf - iterations: 1 + iterations: 3 } """ with open(experiment_file, "w") as f: -- cgit v1.2.3