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 73e7f48  GEODE-4103: Set forkEvery=1 for distributedTest (#1170)
73e7f48 is described below

commit 73e7f4881573d2f709809ea03923688167761229
Author: Jens Deppe <[email protected]>
AuthorDate: Fri Dec 15 09:47:13 2017 -0800

    GEODE-4103: Set forkEvery=1 for distributedTest (#1170)
---
 gradle/test.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gradle/test.gradle b/gradle/test.gradle
index d124396..762a2aa 100644
--- a/gradle/test.gradle
+++ b/gradle/test.gradle
@@ -108,7 +108,7 @@ subprojects {
       includeCategories 
'org.apache.geode.test.junit.categories.DistributedTest'
       excludeCategories 'org.apache.geode.test.junit.categories.FlakyTest'
     }
-    forkEvery 30
+    forkEvery 1
   }
   
   task flakyTest(type:Test) {

-- 
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].

Reply via email to