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);
         }
     }