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

Unified Diff: build/android/pylib/local/device/local_device_instrumentation_test_run.py

Issue 2114963002: Create Java infrastructure for UI Render Tests. (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
Index: build/android/pylib/local/device/local_device_instrumentation_test_run.py
diff --git a/build/android/pylib/local/device/local_device_instrumentation_test_run.py b/build/android/pylib/local/device/local_device_instrumentation_test_run.py
index d5426bc3e66d52eddf8b6e595e102d5aa0550782..8339217994c96ee83d39e2c3e4d28f854dd0583a 100644
--- a/build/android/pylib/local/device/local_device_instrumentation_test_run.py
+++ b/build/android/pylib/local/device/local_device_instrumentation_test_run.py
@@ -23,6 +23,7 @@ TIMEOUT_ANNOTATIONS = [
('EnormousTest', 10 * 60),
('LargeTest', 5 * 60),
('MediumTest', 3 * 60),
+ ('RenderTest', 3 * 60),
jbudorick 2016/07/01 15:34:21 I don't think RenderTest should have its own timeo
PEConn 2016/07/01 16:46:13 Done.
('SmallTest', 1 * 60),
]

Powered by Google App Engine
This is Rietveld 408576698