Skip to content
Commit 82febd2b 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 cf_x86_64_phone and via abtd
Change-Id: If0ea2df64f58b9032d629446da74c15b6e691db5
parent 5210caeb
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