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/16 18:27:29 UTC

[geode-native] branch develop updated: GEODE-10040: Increase wait timeout for gfsh (#924)

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

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


The following commit(s) were added to refs/heads/develop by this push:
     new ac9df11  GEODE-10040: Increase wait timeout for gfsh (#924)
ac9df11 is described below

commit ac9df11eb0b2c758a3f21a8b5f96be2788cfbd4e
Author: Michael Martell <mm...@pivotal.io>
AuthorDate: Wed Feb 16 10:27:23 2022 -0800

    GEODE-10040: Increase wait timeout for gfsh (#924)
---
 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 =