git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1579995 13f79535-47bb-0310-9956-ffa450edef68
@@ -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
@@ -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()) {