You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by nn...@apache.org on 2017/08/25 01:57:43 UTC

geode git commit: GEODE-3131: Increasing the time

Repository: geode
Updated Branches:
  refs/heads/develop 6eb8611d3 -> 8309d44ed


GEODE-3131: Increasing the time

	* Increasing the time elapsed before the dispatchers are started.
	* All validations must be done before the dispatcher start dispatching.

	This closes #743


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

Branch: refs/heads/develop
Commit: 8309d44edf376db67ff7356616830677c1bacad5
Parents: 6eb8611
Author: nabarun <nn...@pivotal.io>
Authored: Thu Aug 24 16:02:21 2017 -0700
Committer: nabarun <nn...@pivotal.io>
Committed: Thu Aug 24 18:50:49 2017 -0700

----------------------------------------------------------------------
 .../apache/geode/internal/cache/ha/HARQueueNewImplDUnitTest.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/geode/blob/8309d44e/geode-core/src/test/java/org/apache/geode/internal/cache/ha/HARQueueNewImplDUnitTest.java
----------------------------------------------------------------------
diff --git a/geode-core/src/test/java/org/apache/geode/internal/cache/ha/HARQueueNewImplDUnitTest.java b/geode-core/src/test/java/org/apache/geode/internal/cache/ha/HARQueueNewImplDUnitTest.java
index 0680945..4f70144 100755
--- a/geode-core/src/test/java/org/apache/geode/internal/cache/ha/HARQueueNewImplDUnitTest.java
+++ b/geode-core/src/test/java/org/apache/geode/internal/cache/ha/HARQueueNewImplDUnitTest.java
@@ -355,8 +355,8 @@ public class HARQueueNewImplDUnitTest extends JUnit4DistributedTestCase {
   @Test
   public void testRefCountForNormalAndGIIPut() throws Exception {
     // slow start for dispatcher
-    serverVM0.invoke(() -> ConflationDUnitTest.setIsSlowStart("30000"));
-    serverVM1.invoke(() -> ConflationDUnitTest.setIsSlowStart("30000"));
+    serverVM0.invoke(() -> ConflationDUnitTest.setIsSlowStart("240000"));
+    serverVM1.invoke(() -> ConflationDUnitTest.setIsSlowStart("240000"));
 
     createClientCache(getServerHostName(Host.getHost(0)), new Integer(PORT1), new Integer(PORT2),
         "1");