This is an automated email from the ASF dual-hosted git repository.

eshu11 pushed a commit to branch feature/GEODE-6613
in repository https://gitbox.apache.org/repos/asf/geode.git

commit 667b836ae1dbd81536dbad20d1ca3ad1111bcc87
Author: eshu <e...@pivotal.io>
AuthorDate: Thu Aug 15 13:56:13 2019 -0700

    GEODE-6613: Do not set TransactionTimeout in the test.
---
 .../internal/cache/ClientServerTransactionFailoverDistributedTest.java | 3 ---
 1 file changed, 3 deletions(-)

diff --git 
a/geode-core/src/distributedTest/java/org/apache/geode/internal/cache/ClientServerTransactionFailoverDistributedTest.java
 
b/geode-core/src/distributedTest/java/org/apache/geode/internal/cache/ClientServerTransactionFailoverDistributedTest.java
index 031d2a1..e73a43d 100644
--- 
a/geode-core/src/distributedTest/java/org/apache/geode/internal/cache/ClientServerTransactionFailoverDistributedTest.java
+++ 
b/geode-core/src/distributedTest/java/org/apache/geode/internal/cache/ClientServerTransactionFailoverDistributedTest.java
@@ -136,9 +136,6 @@ public class ClientServerTransactionFailoverDistributedTest 
implements Serializa
     cacheRule.getOrCreateCache().createRegionFactory(RegionShortcut.PARTITION)
         .setPartitionAttributes(partitionAttributes).create(regionName);
 
-    TXManagerImpl txManager = cacheRule.getCache().getTxManager();
-    txManager.setTransactionTimeToLiveForTest(4);
-
     CacheServer server = cacheRule.getCache().addCacheServer();
     server.setPort(0);
     server.start();

Reply via email to