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

Unified Diff: base/test/android/javatests/src/org/chromium/base/test/util/ScalableTimeout.java

Issue 1493953002: [Android] Add support for timeouts scaling for OnDevice instrumentation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added wrong GN dependency. Created 5 years 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 | build/android/pylib/instrumentation/instrumentation_test_instance.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/test/android/javatests/src/org/chromium/base/test/util/ScalableTimeout.java
diff --git a/base/test/android/javatests/src/org/chromium/base/test/util/ScalableTimeout.java b/base/test/android/javatests/src/org/chromium/base/test/util/ScalableTimeout.java
index b1feef5dd2c135a3b780f70bf219dc8cee95b332..fa8c0a05b2e1626b875603ba3fba3a3ec78f786e 100644
--- a/base/test/android/javatests/src/org/chromium/base/test/util/ScalableTimeout.java
+++ b/base/test/android/javatests/src/org/chromium/base/test/util/ScalableTimeout.java
@@ -13,7 +13,7 @@ import org.chromium.base.annotations.SuppressFBWarnings;
*/
public class ScalableTimeout {
private static Double sTimeoutScale = null;
- private static final String PROPERTY_FILE = "/data/local/tmp/chrome_timeout_scale";
+ public static final String PROPERTY_FILE = "/data/local/tmp/chrome_timeout_scale";
@SuppressFBWarnings("DMI_HARDCODED_ABSOLUTE_FILENAME")
public static long scaleTimeout(long timeout) {
« no previous file with comments | « no previous file | build/android/pylib/instrumentation/instrumentation_test_instance.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698