Index: scripts/slave/recipe_modules/chromium_tests/steps.py |
diff --git a/scripts/slave/recipe_modules/chromium_tests/steps.py b/scripts/slave/recipe_modules/chromium_tests/steps.py |
index ad0b3ee6ea8945f84f16b5117590492a507de7d4..c338bf91f86f609e47c7510ea59b7c0485b8364a 100644 |
--- a/scripts/slave/recipe_modules/chromium_tests/steps.py |
+++ b/scripts/slave/recipe_modules/chromium_tests/steps.py |
@@ -507,7 +507,8 @@ def generate_instrumentation_test(api, chromium_tests_api, mastername, |
else: |
yield AndroidInstrumentationTest( |
test_name, |
- compile_targets=test.get('override_compile_targets', None)) |
+ compile_targets=test.get('override_compile_targets'), |
+ timeout_scale=test.get('timeout_scale')) |
def generate_junit_test(api, chromium_tests_api, mastername, buildername, |