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

Unified Diff: testing/buildbot/chromium.android.json

Issue 2073633002: [Android] Add timeout_scale for Lollipop Low-end Tester. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/buildbot/chromium.android.json
diff --git a/testing/buildbot/chromium.android.json b/testing/buildbot/chromium.android.json
index 6075194d8e43269a26f52c3acc84edf1d5780fb4..48777e58c8d19d179ac98fa18e5122ec1d370bcb 100644
--- a/testing/buildbot/chromium.android.json
+++ b/testing/buildbot/chromium.android.json
@@ -1388,24 +1388,27 @@
],
"instrumentation_tests": [
{
- "test": "android_webview_test_apk"
+ "test": "android_webview_test_apk",
+ "timeout_scale": 2
},
{
- "apk_under_test": "Blimp.apk",
"override_compile_targets": [
"blimp_test_apk"
],
"test": "blimp_test_apk",
- "test_apk": "BlimpTest.apk"
+ "timeout_scale": 2
},
{
- "test": "chrome_public_test_apk"
+ "test": "chrome_public_test_apk",
+ "timeout_scale": 2
},
{
- "test": "chrome_sync_shell_test_apk"
+ "test": "chrome_sync_shell_test_apk",
+ "timeout_scale": 2
},
{
- "test": "content_shell_test_apk"
+ "test": "content_shell_test_apk",
+ "timeout_scale": 2
}
]
},
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698