Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1247)

Unified Diff: scripts/slave/recipe_modules/chromium_tests/steps.py

Issue 2071673002: [Android] Support --timeout-scale for generated instrumentation tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | scripts/slave/recipes/chromium.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « no previous file | scripts/slave/recipes/chromium.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698