Skip to content

Commit 70ec9dc

Browse files
WIP
1 parent 88d1501 commit 70ec9dc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

modules/indexing/src/test/java/org/apache/ignite/internal/processors/cache/IgniteCacheQueryMultiThreadedSelfTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ protected boolean evictsEnabled() {
176176
}
177177

178178
return true;
179-
}, 30_000));
179+
}, 120_000));
180180
}
181181

182182
/** {@inheritDoc} */
@@ -422,7 +422,7 @@ public void testMultiThreadedSwapUnswapLongString() throws Exception {
422422
@SuppressWarnings({"TooBroadScope"})
423423
@Test
424424
public void testMultiThreadedSwapUnswapObject() throws Exception {
425-
int threadCnt = 50;
425+
int threadCnt = 550;
426426
final int keyCnt = 4000;
427427
final int valCnt = 10000;
428428

0 commit comments

Comments
 (0)