public class sleeptest { public static void main(String[] argv) throws InterruptedException { Thread.sleep(60000); } }