Skip to content
Commit 70a634a9 authored by Roy Chou's avatar Roy Chou
Browse files

fix(#Magnification): fix WindowMagnificationAnimationControllerTest test case...

fix(#Magnification): fix WindowMagnificationAnimationControllerTest test case fails on cf_x86_64 devices

On cf_x86_64 devices, smaller animation duration might cause the mainthread loading too intense, therefore the Instrumentation.runOnMainSync would take too much time dispatching task to mainthread. This would make the ValueAnimator does not work as expected. Therefore, we increase the animation duration to decrease the dispatching time.

Bug: 288926821
Test: atest WindowMagnificationAnimationControllerTest on aosp_cf_x86_64_phone
Change-Id: Id357688d7212f6fa365882ce9c6cdd52a0efd6f9
Merged-In: If0ea2df64f58b9032d629446da74c15b6e691db5
parent b31cf50a
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment