aboutsummaryrefslogtreecommitdiff
path: root/test_toolchains.py
diff options
context:
space:
mode:
authorcmtice <cmtice@google.com>2014-03-14 14:08:21 -0700
committerchrome-internal-fetch <chrome-internal-fetch@google.com>2014-03-19 02:37:30 +0000
commit6de7f8fe91a1a36d0e7c578ac8d170bf483fcfbe (patch)
tree35c83cbd09157ebf67fc008ccff3875b45367187 /test_toolchains.py
parent139092449a545d4d87c06af3a6d8f3d71e42e927 (diff)
downloadtoolchain-utils-6de7f8fe91a1a36d0e7c578ac8d170bf483fcfbe.tar.gz
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 <yunlian@google.com> Commit-Queue: Caroline Tice <cmtice@google.com> Tested-by: Caroline Tice <cmtice@google.com>
Diffstat (limited to 'test_toolchains.py')
-rw-r--r--test_toolchains.py2
1 files changed, 1 insertions, 1 deletions
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: