static void sleepMinutes(int minutes) { sleepSeconds(minutes*60); }