MAPREDUCE-6738. TestJobListCache.testAddExisting failed intermittently in slow VM testbed. Contributed by Junping Du.
This commit is contained in:
parent
fcde6940e0
commit
ecff7d0359
@ -31,7 +31,7 @@
|
|||||||
|
|
||||||
public class TestJobListCache {
|
public class TestJobListCache {
|
||||||
|
|
||||||
@Test (timeout = 1000)
|
@Test (timeout = 5000)
|
||||||
public void testAddExisting() {
|
public void testAddExisting() {
|
||||||
JobListCache cache = new JobListCache(2, 1000);
|
JobListCache cache = new JobListCache(2, 1000);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user