Index: scripts/slave/recipes/chromium.py |
diff --git a/scripts/slave/recipes/chromium.py b/scripts/slave/recipes/chromium.py |
index 01857f0506ce4f0e0cb80374c20663fdf022f9bd..7f15f180178a502452f87433d8f456c5b14db91b 100644 |
--- a/scripts/slave/recipes/chromium.py |
+++ b/scripts/slave/recipes/chromium.py |
@@ -743,6 +743,23 @@ def GenTests(api): |
) |
yield ( |
+ api.test('dynamic_instrumentation_test_with_timeout_scale') + |
+ api.properties.generic(mastername='chromium.android', |
+ buildername='Lollipop Low-end Tester', |
+ parent_buildername='Android arm Builder (dbg)') + |
+ api.override_step_data('read test spec', api.json.output({ |
+ 'Lollipop Low-end Tester': { |
+ 'instrumentation_tests': [ |
+ { |
+ 'test': 'ChromePublicTest', |
+ 'timeout_scale': 2, |
+ } |
+ ], |
+ }, |
+ })) |
+ ) |
+ |
+ yield ( |
api.test('dynamic_junit_test') + |
api.properties.generic(mastername='chromium.linux', |
buildername='Android Tests', |