Repository: ignite
Updated Branches:
  refs/heads/ignite-1093-2 7597af6e3 -> c39efbb10


1093


Project: http://git-wip-us.apache.org/repos/asf/ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/c39efbb1
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/c39efbb1
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/c39efbb1

Branch: refs/heads/ignite-1093-2
Commit: c39efbb108ea0c711546fd20d05cdef3bedceae9
Parents: 7597af6
Author: Anton Vinogradov <[email protected]>
Authored: Sun Oct 11 22:04:14 2015 +0300
Committer: Anton Vinogradov <[email protected]>
Committed: Sun Oct 11 22:04:14 2015 +0300

----------------------------------------------------------------------
 .../distributed/rebalancing/GridCacheRebalancingSyncSelfTest.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/c39efbb1/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/rebalancing/GridCacheRebalancingSyncSelfTest.java
----------------------------------------------------------------------
diff --git 
a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/rebalancing/GridCacheRebalancingSyncSelfTest.java
 
b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/rebalancing/GridCacheRebalancingSyncSelfTest.java
index 7d0312d..cf1ef5c 100644
--- 
a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/rebalancing/GridCacheRebalancingSyncSelfTest.java
+++ 
b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/rebalancing/GridCacheRebalancingSyncSelfTest.java
@@ -115,7 +115,7 @@ public class GridCacheRebalancingSyncSelfTest extends 
GridCommonAbstractTest {
 
         iCfg.setCacheConfiguration(cachePCfg, cachePCfg2, cacheRCfg, 
cacheRCfg2);
 
-        iCfg.setRebalanceThreadPoolSize(2);
+        iCfg.setRebalanceThreadPoolSize(1);
         iCfg.setSystemThreadPoolSize(128); // Shmem fix.
 
         return iCfg;

Reply via email to