On Wed, 24 Feb 2021 13:35:33 GMT, Kevin Rushforth <[email protected]> wrote:
>> Arun Joseph has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Add system test > > The new test looks good, although in order to make it pass on my slower > Ubuntu 20.04 VM, I had to increase the sleep time to 500 ms and also add a > sleep after the focus latch and before the scroll. See below. I did a little more experimenting, and the important one on my Linux VM system is the addition of the 500 ms sleep between the await on the latch and initiating the scroll. I could leave the other delay at 100 ms and it still passes for me. It may be best to increase that latter sleep to 500 anyway. ------------- PR: https://git.openjdk.java.net/jfx/pull/404
