git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1527037 13f79535-47bb-0310-9956-ffa450edef68
@@ -238,6 +238,9 @@ Release 2.1.2 - UNRELEASED
TaskAttemptID) by re-introducing missing constructors. (Robert Kanter via
acmurthy)
+ MAPREDUCE-5545. org.apache.hadoop.mapred.TestTaskAttemptListenerImpl.testCommitWindow
+ times out (Robert Kanter via jlowe)
+
Release 2.1.1-beta - 2013-09-23
INCOMPATIBLE CHANGES
@@ -228,7 +228,7 @@ public class TestTaskAttemptListenerImpl {
return tce;
}
- @Test (timeout=1000)
+ @Test (timeout=10000)
public void testCommitWindow() throws IOException {
SystemClock clock = new SystemClock();