Chromium Code Reviews| 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), |
| ] |