Used to be an inner class of ExecuteWatchdogTest.
int time = Integer.parseInt(args[0]); if (time < 1) { throw new IllegalArgumentException("Invalid time: " + time); } Thread.sleep(time);