commit | 589c36da5ecc4f93e025f0bcc9fb97857bde6c25 | [log] [tgz] |
---|---|---|
author | Mingyan Liu <mingyan.liu@spreadtrum.com> | Thu Aug 29 13:25:18 2019 +0800 |
committer | Robert Chou <robertchou@google.com> | Mon Sep 16 01:14:46 2019 +0000 |
tree | 8f47400f5c4c1de69e06a5734485d4e73a55e2d1 | |
parent | bb8361ff20e2941a28f735d773ad925091f62926 [diff] |
DO NOT MERGE: modify testSetZoomSpeed case failed on LowRam device. Bug: 140161882 Change-Id: Ia0b69aef87801df13466e563e7d1de1512e3f9ba
diff --git a/tests/tests/widget/src/android/widget/cts/ZoomButtonTest.java b/tests/tests/widget/src/android/widget/cts/ZoomButtonTest.java index 54d7c22..15bcb3bd 100644 --- a/tests/tests/widget/src/android/widget/cts/ZoomButtonTest.java +++ b/tests/tests/widget/src/android/widget/cts/ZoomButtonTest.java
@@ -160,7 +160,7 @@ assertTrue("First callback should have happened sooner than " + actualTimeUntilFirstInvocationNs / NANOS_IN_MILLI, (callbackFirstInvocationTime - startTime) - <= (minTimeUntilFirstInvocationMs + 100) * NANOS_IN_MILLI); + <= (minTimeUntilFirstInvocationMs + 200) * NANOS_IN_MILLI); } }