You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by kl...@apache.org on 2016/06/01 21:46:48 UTC

incubator-geode git commit: Increase getRepeatTimeoutMs to 2 minutes

Repository: incubator-geode
Updated Branches:
  refs/heads/feature/GEODE-837 056d2a23e -> 8b88a7464


Increase getRepeatTimeoutMs to 2 minutes


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

Branch: refs/heads/feature/GEODE-837
Commit: 8b88a7464c007eba1540f52cb13cf3f5dbfda682
Parents: 056d2a2
Author: Kirk Lund <kl...@apache.org>
Authored: Wed Jun 1 14:46:23 2016 -0700
Committer: Kirk Lund <kl...@apache.org>
Committed: Wed Jun 1 14:46:23 2016 -0700

----------------------------------------------------------------------
 .../gemstone/gemfire/cache30/DistributedNoAckRegionDUnitTest.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/8b88a746/geode-core/src/test/java/com/gemstone/gemfire/cache30/DistributedNoAckRegionDUnitTest.java
----------------------------------------------------------------------
diff --git a/geode-core/src/test/java/com/gemstone/gemfire/cache30/DistributedNoAckRegionDUnitTest.java b/geode-core/src/test/java/com/gemstone/gemfire/cache30/DistributedNoAckRegionDUnitTest.java
index 6fbd185..578c257 100644
--- a/geode-core/src/test/java/com/gemstone/gemfire/cache30/DistributedNoAckRegionDUnitTest.java
+++ b/geode-core/src/test/java/com/gemstone/gemfire/cache30/DistributedNoAckRegionDUnitTest.java
@@ -300,7 +300,7 @@ public class DistributedNoAckRegionDUnitTest extends MultiVMRegionTestCase {
    */
   @Override
   protected long getRepeatTimeoutMs() {
-    return 5000;
+    return 120*1000;
   }
   
 }