This is an automated email from the ASF dual-hosted git repository.
jensdeppe 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 53178f8 GEODE-800: Reduce test iterations to avoid timeouts
53178f8 is described below
commit 53178f8e375c05cf093723756a34f5e363e4b63d
Author: Jens Deppe <[email protected]>
AuthorDate: Wed Feb 14 08:35:08 2018 -0800
GEODE-800: Reduce test iterations to avoid timeouts
---
.../management/internal/cli/commands/ConcurrentDeployDUnitTest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/geode-core/src/test/java/org/apache/geode/management/internal/cli/commands/ConcurrentDeployDUnitTest.java
b/geode-core/src/test/java/org/apache/geode/management/internal/cli/commands/ConcurrentDeployDUnitTest.java
index 66c79b0..0dbc258 100644
---
a/geode-core/src/test/java/org/apache/geode/management/internal/cli/commands/ConcurrentDeployDUnitTest.java
+++
b/geode-core/src/test/java/org/apache/geode/management/internal/cli/commands/ConcurrentDeployDUnitTest.java
@@ -84,7 +84,7 @@ public class ConcurrentDeployDUnitTest {
}
public static void loopThroughDeployAndUndeploys(File jar1) throws Exception
{
- int numTimesToExecute = 100;
+ int numTimesToExecute = 50;
String command;
for (int i = 1; i <= numTimesToExecute; i++) {
--
To stop receiving notification emails like this one, please contact
[email protected].