You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by mm...@apache.org on 2022/02/15 23:40:12 UTC

[geode-native] branch GEODE-10040-increase-gfsh-wait-timeout created (now 642dbfd)

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

mmartell pushed a change to branch GEODE-10040-increase-gfsh-wait-timeout
in repository https://gitbox.apache.org/repos/asf/geode-native.git.


      at 642dbfd  GEODE-10040: Increase MaxWaitMillis to 5min

This branch includes the following new commits:

     new 642dbfd  GEODE-10040: Increase MaxWaitMillis to 5min

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[geode-native] 01/01: GEODE-10040: Increase MaxWaitMillis to 5min

Posted by mm...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

mmartell pushed a commit to branch GEODE-10040-increase-gfsh-wait-timeout
in repository https://gitbox.apache.org/repos/asf/geode-native.git

commit 642dbfd613bd08e944c51cae44acb7af005bc52d
Author: Mike Martell <mm...@pivotal.io>
AuthorDate: Tue Feb 15 15:39:05 2022 -0800

    GEODE-10040: Increase MaxWaitMillis to 5min
---
 clicache/integration-test/CacheHelperN.cs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/clicache/integration-test/CacheHelperN.cs b/clicache/integration-test/CacheHelperN.cs
index d97b708..a7e5a05 100644
--- a/clicache/integration-test/CacheHelperN.cs
+++ b/clicache/integration-test/CacheHelperN.cs
@@ -316,7 +316,7 @@ namespace Apache.Geode.Client.UnitTests
     private const string JavaServerStopArgs = "stop server";
     private const string LocatorStartArgs = "start locator --max-heap=512m";
     private const string LocatorStopArgs = "stop locator";
-    private const int MaxWaitMillis = 60000;
+    private const int MaxWaitMillis = 60000*5;
 
     private static string m_testDir = null;
     private static Dictionary<int, string> m_runningJavaServers =