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