#ignite-973 - minor
Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/774bc94f Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/774bc94f Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/774bc94f Branch: refs/heads/master Commit: 774bc94ff7491735cf966f6f7a9b2a1887071dcf Parents: ced62b8 Author: S.Vladykin <svlady...@gridgain.com> Authored: Mon Jun 22 09:46:08 2015 +0300 Committer: S.Vladykin <svlady...@gridgain.com> Committed: Mon Jun 22 09:46:08 2015 +0300 ---------------------------------------------------------------------- .../processors/cache/IgniteCacheOffheapEvictQueryTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/774bc94f/modules/indexing/src/test/java/org/apache/ignite/internal/processors/cache/IgniteCacheOffheapEvictQueryTest.java ---------------------------------------------------------------------- diff --git a/modules/indexing/src/test/java/org/apache/ignite/internal/processors/cache/IgniteCacheOffheapEvictQueryTest.java b/modules/indexing/src/test/java/org/apache/ignite/internal/processors/cache/IgniteCacheOffheapEvictQueryTest.java index fc6c125..72bfcaa 100644 --- a/modules/indexing/src/test/java/org/apache/ignite/internal/processors/cache/IgniteCacheOffheapEvictQueryTest.java +++ b/modules/indexing/src/test/java/org/apache/ignite/internal/processors/cache/IgniteCacheOffheapEvictQueryTest.java @@ -69,7 +69,7 @@ public class IgniteCacheOffheapEvictQueryTest extends GridCommonAbstractTest { */ public void testEvictAndRemove() throws Exception { final int KEYS_CNT = 3000; - final int THREADS_CNT = 256; + final int THREADS_CNT = 50; final IgniteCache<Integer,Integer> c = startGrid().cache(null);