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

upthewaterspout pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/develop by this push:
     new 6af3be1  GEODE-3500: Increase member timeout in tomcat session tests
6af3be1 is described below

commit 6af3be1b88cd26c3f429d3fabe291ac8044bf4e5
Author: Dan Smith <[email protected]>
AuthorDate: Fri Oct 6 13:25:01 2017 -0700

    GEODE-3500: Increase member timeout in tomcat session tests
    
    We saw a test fail where the cache server failed to connect to the
    locator. Increasing the member timeout in hopes that the failure was due
    to a lack of resources on the machine.
---
 .../test/java/org/apache/geode/session/tests/TomcatClientServerTest.java | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/geode-assembly/src/test/java/org/apache/geode/session/tests/TomcatClientServerTest.java
 
b/geode-assembly/src/test/java/org/apache/geode/session/tests/TomcatClientServerTest.java
index e1fe490..326922a 100644
--- 
a/geode-assembly/src/test/java/org/apache/geode/session/tests/TomcatClientServerTest.java
+++ 
b/geode-assembly/src/test/java/org/apache/geode/session/tests/TomcatClientServerTest.java
@@ -66,6 +66,7 @@ public abstract class TomcatClientServerTest extends 
CargoTestBase {
     command.addOption(CliStrings.START_SERVER__CLASSPATH,
         binDirJars + File.pathSeparator + libDirJars);
     command.addOption(CliStrings.START_SERVER__LOCATORS, 
DUnitEnv.get().getLocatorString());
+    command.addOption(CliStrings.START_SERVER__J, 
"-Dgemfire.member-timeout=60000");
 
     // Start server
     gfsh.executeAndVerifyCommand(command.toString());

-- 
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].

Reply via email to