Hi, I'm trying to submit a patch for a "simple" bug fix.
https://issues.apache.org/jira/browse/YARN-412 The Hudson build bot is complaining that one of the included tests does not have a timeout. I've added a timeout to the test case that I added (using @Test(timeout=2000)) but it still complains. Do I need to add timeouts to the exist test cases in the same file that I did not modify? Cheers, Roger
