MAPREDUCE-6670. TestJobListCache#testEviction sometimes fails on Windows with timeout. Contributed by Gergely Novák.

(cherry picked from commit de96d7c88a)
This commit is contained in:
Junping Du 2016-04-06 08:32:35 -07:00
parent 1371f993a9
commit 5574f82799
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ public class TestJobListCache {
cache.values().size());
}
@Test (timeout = 1000)
@Test (timeout = 5000)
public void testEviction() throws InterruptedException {
int maxSize = 2;
JobListCache cache = new JobListCache(maxSize, 1000);