You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by kh...@apache.org on 2018/01/11 15:37:38 UTC

[geode] branch develop updated: GEODE-4236: Increase default timeout for await methods (#1268)

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

khowe 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 b54189b  GEODE-4236: Increase default timeout for await methods (#1268)
b54189b is described below

commit b54189b8f447939e0293b1f2b197c9b09e023d11
Author: Kenneth Howe <kh...@pivotal.io>
AuthorDate: Thu Jan 11 07:37:33 2018 -0800

    GEODE-4236: Increase default timeout for await methods (#1268)
    
    to avoid false failures on slow machines
---
 .../main/java/org/apache/geode/test/junit/rules/gfsh/GfshScript.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/geode-junit/src/main/java/org/apache/geode/test/junit/rules/gfsh/GfshScript.java b/geode-junit/src/main/java/org/apache/geode/test/junit/rules/gfsh/GfshScript.java
index 03a2746..69f3a9e 100644
--- a/geode-junit/src/main/java/org/apache/geode/test/junit/rules/gfsh/GfshScript.java
+++ b/geode-junit/src/main/java/org/apache/geode/test/junit/rules/gfsh/GfshScript.java
@@ -25,7 +25,7 @@ public class GfshScript {
   private final String[] commands;
   private String name;
   private TimeUnit timeoutTimeUnit = TimeUnit.MINUTES;
-  private int timeout = 2;
+  private int timeout = 4;
   private boolean awaitQuietly = false;
   private int expectedExitValue = 0;
   private List<String> extendedClasspath = new ArrayList<>();

-- 
To stop receiving notification emails like this one, please contact
['"commits@geode.apache.org" <co...@geode.apache.org>'].