Files
owl/tests
Simon Genin (ges) 5efc9ad462 [FIX] remove indeterminism in animation tests
Animations have quite a few intricate calls to request next animation
frames. On quick devices, the helper method nextFrame made of 2
request of animation frames would not be enough and race condition
problems would rise.

The fix is simply to ask the nextFrame helper to do a third request
of animation frame in the animation tests, making the test deterministic
on a very fast device. Hopefully, this should be enough.
2021-10-04 11:21:55 +02:00
..
2021-09-22 16:29:59 +02:00