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

(cherry picked from commit ecff7d0359)
(cherry picked from commit f4d94f2246)
This commit is contained in:
Akira Ajisaka 2016-07-21 11:34:48 -07:00
parent 6a7fe835f1
commit 3dcbd2df56
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@
public class TestJobListCache {
@Test (timeout = 1000)
@Test (timeout = 5000)
public void testAddExisting() {
JobListCache cache = new JobListCache(2, 1000);