Repository: tapestry-5 Updated Branches: refs/heads/master 2433746b6 -> 3fbcb2602
produce more output so that builds don't stall on Travis Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/3fbcb260 Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/3fbcb260 Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/3fbcb260 Branch: refs/heads/master Commit: 3fbcb2602cfa3578cd6b2bd6be1e76812223cf8d Parents: 2433746 Author: Jochen Kemnade <[email protected]> Authored: Fri Nov 3 08:57:07 2017 +0100 Committer: Jochen Kemnade <[email protected]> Committed: Fri Nov 3 08:57:07 2017 +0100 ---------------------------------------------------------------------- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/3fbcb260/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index 898ab92..c898aa6 100755 --- a/build.gradle +++ b/build.gradle @@ -209,7 +209,7 @@ subprojects { def numberOfTestsExecuted = 0 afterTest { descriptor, result-> numberOfTestsExecuted++ - if (numberOfTestsExecuted % 50 == 0){ + if (numberOfTestsExecuted % 25 == 0){ logger.lifecycle "$numberOfTestsExecuted tests executed" } }
