Bump up all timeout times for the maven project cache tests

This commit is contained in:
BoykoAlex
2017-11-22 15:22:31 -05:00
parent 01b5889216
commit 5300fecaa4

View File

@@ -186,7 +186,7 @@ public class MavenProjectCacheTest {
e.printStackTrace();
}
}
}).get(10, TimeUnit.SECONDS);
}).get(30, TimeUnit.SECONDS);
assertTrue(classpathCacheFile.exists());
assertEquals(48, project.getClasspath().getClasspathEntries().size());
@@ -236,7 +236,7 @@ public class MavenProjectCacheTest {
e.printStackTrace();
}
}
}).get(10, TimeUnit.SECONDS);
}).get(30, TimeUnit.SECONDS);
progressDone.set(false);
verify(diagnosticService, never()).diagnosticEvent(any(ShowMessageException.class));