svn commit -c 1527037 FIXES: 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/branches/branch-2@1527039 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason Darrell Lowe 2013-09-27 19:17:24 +00:00
parent 146d9264a9
commit d36dec185e
2 changed files with 4 additions and 1 deletions

View File

@ -101,6 +101,9 @@ Release 2.1.2 - UNRELEASED
TaskAttemptID) by re-introducing missing constructors. (Robert Kanter via TaskAttemptID) by re-introducing missing constructors. (Robert Kanter via
acmurthy) acmurthy)
MAPREDUCE-5545. org.apache.hadoop.mapred.TestTaskAttemptListenerImpl.testCommitWindow
times out (Robert Kanter via jlowe)
Release 2.1.1-beta - 2013-09-23 Release 2.1.1-beta - 2013-09-23
INCOMPATIBLE CHANGES INCOMPATIBLE CHANGES

View File

@ -228,7 +228,7 @@ private static TaskAttemptCompletionEvent createTce(int eventId,
return tce; return tce;
} }
@Test (timeout=1000) @Test (timeout=10000)
public void testCommitWindow() throws IOException { public void testCommitWindow() throws IOException {
SystemClock clock = new SystemClock(); SystemClock clock = new SystemClock();