On Fri, 22 Mar 2024 09:01:01 GMT, Tejesh R <t...@openjdk.org> wrote:

>> Clean up and opensource five tests.
>
> test/jdk/javax/swing/InputVerifier/bug4774166.java line 144:
> 
>> 142:     public void performTest() throws InterruptedException, 
>> InvocationTargetException {
>> 143:         robot.setAutoDelay(100);
>> 144:         robot.delay(2000);
> 
> After setting auto delay, I don't think delay is required here?

Just letting system some time to display and position all the windows before 
starting the actual test. I think there were problems with it on the slower 
systems.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/18443#discussion_r1536253617

Reply via email to