RFR: 8315484: java/awt/dnd/RejectDragDropActionTest.java timed out [v2]
Alexey Ivanov
aivanov at openjdk.org
Tue Oct 3 20:33:09 UTC 2023
On Tue, 3 Oct 2023 18:08:16 GMT, Harshitha Onkar <honkar at openjdk.org> wrote:
>> Sure, I just added it. Previously when I initially worked on this test, setAutoWaitForIdle had a weird interaction with how the test was setup. Since the test used a delay of 50ms between each of the movements when dragging the selection, it caused long delays. Looks like this is resolved now, and the method doesn't add any unreasonable delays anymore.
>
> Sounds good!
> Since the test used a delay of 50ms between each of the movements when dragging the selection, it caused long delays.
As far as I can see, the test still uses it.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/16018#discussion_r1344701813
More information about the client-libs-dev
mailing list