MAPREDUCE-5804. TestMRJobsWithProfiler#testProfiler timesout. Contributed by Mit Desai.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1579995 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Kihwal Lee 2014-03-21 17:57:09 +00:00
parent 4224e61340
commit 767a98aa92
2 changed files with 4 additions and 1 deletions

View File

@ -160,6 +160,9 @@ Release 2.5.0 - UNRELEASED
MAPREDUCE-5456. TestFetcher.testCopyFromHostExtraBytes is missing (Jason
Lowe via jeagles)
MAPREDUCE-5804. TestMRJobsWithProfiler#testProfiler timesout (Mit Desai
via kihwal)
OPTIMIZATIONS
BUG FIXES

View File

@ -104,7 +104,7 @@ public class TestMRJobsWithProfiler {
}
@Test (timeout = 120000)
@Test (timeout = 150000)
public void testProfiler() throws IOException, InterruptedException,
ClassNotFoundException {
if (!(new File(MiniMRYarnCluster.APPJAR)).exists()) {