Hi,
Adding delay in test code in main thread fixes this test timeout.
I considered adding some delay in Robot.waitForIdle() method so that the
calling thread yields, but realized that, it will have undesirable effect of
slowing down test runs as many tests use that method.
This fix contains moving robot creation up and adding delay to the test.
Request you to review webrev :
http://cr.openjdk.java.net/~aghaisas/8031423/webrev.00/Regards, Ajit
