# ignite-sprint-4 added put retries in test

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

Branch: refs/heads/ignite-690
Commit: eb715746b69ad87e385f9f2ae330c859d6516b0d
Parents: 0eadae9
Author: sboikov <sboi...@gridgain.com>
Authored: Wed Apr 15 12:36:38 2015 +0300
Committer: sboikov <sboi...@gridgain.com>
Committed: Wed Apr 15 12:36:38 2015 +0300

----------------------------------------------------------------------
 .../internal/processors/cache/GridCachePutAllFailoverSelfTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/eb715746/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/GridCachePutAllFailoverSelfTest.java
----------------------------------------------------------------------
diff --git 
a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/GridCachePutAllFailoverSelfTest.java
 
b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/GridCachePutAllFailoverSelfTest.java
index de6cce9..ae36c4de 100644
--- 
a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/GridCachePutAllFailoverSelfTest.java
+++ 
b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/GridCachePutAllFailoverSelfTest.java
@@ -626,7 +626,7 @@ public class GridCachePutAllFailoverSelfTest extends 
GridCommonAbstractTest {
             cfg.setUserAttributes(ImmutableMap.of("segment", "master"));
 
             // For sure.
-            failoverSpi.setMaximumFailoverAttempts(50);
+            failoverSpi.setMaximumFailoverAttempts(100);
 
             cfg.setFailoverSpi(failoverSpi);
         }

Reply via email to