mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-26 19:06:24 +07:00
increase test timing
GitOrigin-RevId: 251c497fb61f6a9ff2af64cf05e5916d75366582
This commit is contained in:
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))
|
||||
|
||||
Reference in New Issue
Block a user