You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by as...@apache.org on 2015/11/09 22:37:33 UTC

[42/50] [abbrv] incubator-geode git commit: GEODE-516: increase the trylock timeout to make sure the deadlock would happen.

GEODE-516: increase the trylock timeout to make sure the deadlock would happen.


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

Branch: refs/heads/feature/GEODE-11
Commit: 4103c1eb1e130a47da840e0be632b74cca47a8ad
Parents: 8fe2910
Author: Jinmei Liao <ji...@pivotal.io>
Authored: Fri Nov 6 09:34:07 2015 -0800
Committer: Jinmei Liao <ji...@pivotal.io>
Committed: Fri Nov 6 09:35:22 2015 -0800

----------------------------------------------------------------------
 .../internal/deadlock/GemFireDeadlockDetectorDUnitTest.java        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/4103c1eb/gemfire-core/src/test/java/com/gemstone/gemfire/distributed/internal/deadlock/GemFireDeadlockDetectorDUnitTest.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/distributed/internal/deadlock/GemFireDeadlockDetectorDUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/distributed/internal/deadlock/GemFireDeadlockDetectorDUnitTest.java
index a477361..be80150 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/distributed/internal/deadlock/GemFireDeadlockDetectorDUnitTest.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/distributed/internal/deadlock/GemFireDeadlockDetectorDUnitTest.java
@@ -205,7 +205,7 @@ public class GemFireDeadlockDetectorDUnitTest extends CacheTestCase {
   
   private static class TestFunction implements Function {
     
-    private static final int LOCK_WAIT_TIME = 5;
+    private static final int LOCK_WAIT_TIME = 1000;
 
     public boolean hasResult() {
       return true;