MAPREDUCE-6104. TestJobHistoryParsing.testPartialJob fails in branch-2. Contributed by Mit Desai

(cherry picked from commit 7af4c3888b)
This commit is contained in:
Jason Lowe 2014-09-24 16:09:33 +00:00
parent e5a531a8a7
commit d5d9fd3255
2 changed files with 4 additions and 1 deletions

View File

@ -150,6 +150,9 @@ Release 2.6.0 - UNRELEASED
MAPREDUCE-6095. Enable DistributedCache for uber-mode Jobs (Gera Shegalov
via jlowe)
MAPREDUCE-6104. TestJobHistoryParsing.testPartialJob fails in branch-2
(Mit Desai via jlowe)
Release 2.5.1 - 2014-09-05
INCOMPATIBLE CHANGES

View File

@ -806,7 +806,7 @@ public class TestJobHistoryParsing {
/**
* Simple test PartialJob
*/
@Test(timeout = 1000)
@Test(timeout = 3000)
public void testPartialJob() throws Exception {
JobId jobId = new JobIdPBImpl();
jobId.setId(0);