Hi All,Please review a test fix for an issue where it seems focus does not transfer automatically in some case in our headful nightly system. Issue seems to be due to test expects focus to be shifted too soon which may not happen like that in somewhat slow system. So, added some delay which makes the test pass in the mach5 system
Bug: https://bugs.openjdk.java.net/browse/JDK-8224821 webrev: http://cr.openjdk.java.net/~psadhukhan/8224821/webrev.0/ Regards Prasanta