commit | 8ceacee897111845d5b5bbc6f0d620b56513ea67 | [log] [tgz] |
---|---|---|
author | ke.zhao <ke.zhao@unisoc.com> | Fri Jan 10 10:51:29 2020 +0800 |
committer | Robert Chou <robertchou@google.com> | Fri Jan 10 03:14:19 2020 +0000 |
tree | 15ee54adddea658d140cf0d4ef78d6c8360d7614 | |
parent | 606a8e5c3c80bb1027229e803bc683c2e15a024b [diff] |
Extend the sleep time for install test apk. Low-performance phones may not be able to install test apk. Bug: 145371489 Change-Id: I1800bd54e6ed311f7e69a3916793f3e68538388a
diff --git a/hostsidetests/statsd/src/android/cts/statsd/atom/AtomTestCase.java b/hostsidetests/statsd/src/android/cts/statsd/atom/AtomTestCase.java index 5b5711c..ae7500a 100644 --- a/hostsidetests/statsd/src/android/cts/statsd/atom/AtomTestCase.java +++ b/hostsidetests/statsd/src/android/cts/statsd/atom/AtomTestCase.java
@@ -105,7 +105,7 @@ public static final String FEATURE_WATCH = "android.hardware.type.watch"; public static final String FEATURE_WIFI = "android.hardware.wifi"; - protected static final int WAIT_TIME_SHORT = 500; + protected static final int WAIT_TIME_SHORT = 1000; protected static final int WAIT_TIME_LONG = 2_000; protected static final long SCREEN_STATE_CHANGE_TIMEOUT = 4000;