MAPREDUCE-6738. TestJobListCache.testAddExisting failed intermittently in slow VM testbed. Contributed by Junping Du.
(cherry picked from commit ecff7d0359
)
This commit is contained in:
parent
1222889f1a
commit
f4d94f2246
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue