8224821: java/awt/Focus/NoAutotransferToDisabledCompTest/NoAutotransferToDisabledCompTest.java fails linux-x64

Reviewed-by: jdv
This commit is contained in:
Prasanta Sadhukhan 2019-05-28 16:38:01 +05:30
parent 15acb9faf7
commit 72bef42c4a

@ -79,6 +79,7 @@ public class NoAutotransferToDisabledCompTest {
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()) {