This is an automated email from the ASF dual-hosted git repository. upthewaterspout pushed a commit to branch concourse-staging in repository https://gitbox.apache.org/repos/asf/geode.git
commit a7fe30b7f62122715471151e9cf6faf8ccde7919 Author: Dan Smith <[email protected]> AuthorDate: Thu Sep 6 15:13:03 2018 -0700 Setting the dunit cpu quota to 4 Manually setting this to 4 here because it's easier than messing with the pipeline configuration. Don't keep this change, this should be set in the pipeline. --- gradle.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/gradle.properties b/gradle.properties index 2e3e07d..c277372 100755 --- a/gradle.properties +++ b/gradle.properties @@ -68,3 +68,4 @@ org.gradle.caching = true org.gradle.parallel = false org.gradle.configureondemand = false +dunitCpuQuota=4
