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:13 UTC

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

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 =