MAPREDUCE-5545. org.apache.hadoop.mapred.TestTaskAttemptListenerImpl.testCommitWindow times out. Contributed by Robert Kanter

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1527037 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason Darrell Lowe 2013-09-27 19:14:07 +00:00
parent 58f40d3bf4
commit 711abc3827
2 changed files with 4 additions and 1 deletions

View File

@ -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

View File

@ -228,7 +228,7 @@ public class TestTaskAttemptListenerImpl {
return tce;
}
@Test (timeout=1000)
@Test (timeout=10000)
public void testCommitWindow() throws IOException {
SystemClock clock = new SystemClock();