Repository: hadoop
Updated Branches:
  refs/heads/branch-2 1222889f1 -> f4d94f224


MAPREDUCE-6738. TestJobListCache.testAddExisting failed intermittently in slow 
VM testbed. Contributed by Junping Du.

(cherry picked from commit ecff7d03595b45d7a5d6aed73b9931fef85a56ee)


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/f4d94f22
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/f4d94f22
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/f4d94f22

Branch: refs/heads/branch-2
Commit: f4d94f2246da3a015a105cb7f55ec1ebc451e0e7
Parents: 1222889
Author: Akira Ajisaka <aajis...@apache.org>
Authored: Thu Jul 21 11:34:48 2016 -0700
Committer: Akira Ajisaka <aajis...@apache.org>
Committed: Thu Jul 21 11:38:02 2016 -0700

----------------------------------------------------------------------
 .../java/org/apache/hadoop/mapreduce/v2/hs/TestJobListCache.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/f4d94f22/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/test/java/org/apache/hadoop/mapreduce/v2/hs/TestJobListCache.java
----------------------------------------------------------------------
diff --git 
a/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/test/java/org/apache/hadoop/mapreduce/v2/hs/TestJobListCache.java
 
b/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/test/java/org/apache/hadoop/mapreduce/v2/hs/TestJobListCache.java
index 3ccc222..8479936 100644
--- 
a/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/test/java/org/apache/hadoop/mapreduce/v2/hs/TestJobListCache.java
+++ 
b/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/test/java/org/apache/hadoop/mapreduce/v2/hs/TestJobListCache.java
@@ -31,7 +31,7 @@ import static org.junit.Assert.*;
 
 public class TestJobListCache {
 
-  @Test (timeout = 1000)
+  @Test (timeout = 5000)
   public void testAddExisting() {
     JobListCache cache = new JobListCache(2, 1000);
 


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-commits-h...@hadoop.apache.org

Reply via email to