Repository: tapestry-5
Updated Branches:
  refs/heads/master 2839ac9da -> 00d02e144


increase output rate in CI


Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo
Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/00d02e14
Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/00d02e14
Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/00d02e14

Branch: refs/heads/master
Commit: 00d02e1445863df313c33c3c4f42699730e2a5fc
Parents: 2839ac9
Author: Jochen Kemnade <[email protected]>
Authored: Wed Jul 20 16:09:36 2016 +0200
Committer: Jochen Kemnade <[email protected]>
Committed: Wed Jul 20 16:09:36 2016 +0200

----------------------------------------------------------------------
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/00d02e14/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index ccd6532..743e7a3 100755
--- a/build.gradle
+++ b/build.gradle
@@ -222,7 +222,7 @@ subprojects {
           def numberOfTestsExecuted = 0
           afterTest { descriptor, result->
             numberOfTestsExecuted++
-            if (numberOfTestsExecuted % 100 == 0){
+            if (numberOfTestsExecuted % 50 == 0){
               logger.lifecycle "$numberOfTestsExecuted tests executed"
             }
           }

Reply via email to