increase test timing

GitOrigin-RevId: 251c497fb61f6a9ff2af64cf05e5916d75366582
This commit is contained in:
Dmitry Batkovich
2019-12-20 09:38:45 +00:00
committed by intellij-monorepo-bot
parent 885005b7cb
commit 912b39a03f
@@ -193,7 +193,7 @@ public class IndexPackTest extends TestCase {
}
try (UncompressedZipFileSystem fs = new UncompressedZipFileSystem(pack.toPath(), new UncompressedZipFileSystemProvider())) {
PlatformTestUtil.startPerformanceTest("read", 4000, () -> {
PlatformTestUtil.startPerformanceTest("read", 6000, () -> {
ReadOnlyIndexPack<String, String, String, ?> indexPack = new ReadOnlyIndexPack<>(generateIndexNames(packSize)
.map(name -> createStringLengthIndex(fs.getPath(name, "index"), true))