static void sleepQuietly() { assertFalse(isAWTThread()); synchronized(main.class) { main.class.wait(); } }