8224821: java/awt/Focus/NoAutotransferToDisabledCompTest/NoAutotransferToDisabledCompTest.java fails linux-x64
authorpsadhukhan
Tue, 28 May 2019 16:38:01 +0530
changeset 55185 f11d2e10a6e4
parent 55184 8cddb14bb234
child 55186 fb7954fde06e
8224821: java/awt/Focus/NoAutotransferToDisabledCompTest/NoAutotransferToDisabledCompTest.java fails linux-x64 Reviewed-by: jdv
test/jdk/java/awt/Focus/NoAutotransferToDisabledCompTest/NoAutotransferToDisabledCompTest.java
--- a/test/jdk/java/awt/Focus/NoAutotransferToDisabledCompTest/NoAutotransferToDisabledCompTest.java	Tue May 28 16:35:47 2019 +0530
+++ b/test/jdk/java/awt/Focus/NoAutotransferToDisabledCompTest/NoAutotransferToDisabledCompTest.java	Tue May 28 16:38:01 2019 +0530
@@ -79,6 +79,7 @@
         robot.delay(50);
         robot.keyRelease(KeyEvent.VK_SPACE);
         Util.waitForIdle(robot);
+        robot.delay(2000);
 
         // Check that focus has been transfered to b0.
         if (!b0.hasFocus()) {