Updated Branches: refs/heads/master d0170266f -> 5c4bcca2f
Adding a junit config to help pass test in linux. Project: http://git-wip-us.apache.org/repos/asf/incubator-blur/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-blur/commit/5c4bcca2 Tree: http://git-wip-us.apache.org/repos/asf/incubator-blur/tree/5c4bcca2 Diff: http://git-wip-us.apache.org/repos/asf/incubator-blur/diff/5c4bcca2 Branch: refs/heads/master Commit: 5c4bcca2ff013e6482b0cc5401a0402fb11ab891 Parents: d017026 Author: Aaron McCurry <[email protected]> Authored: Mon Jul 29 09:08:34 2013 -0400 Committer: Aaron McCurry <[email protected]> Committed: Mon Jul 29 09:08:34 2013 -0400 ---------------------------------------------------------------------- pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/5c4bcca2/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index a0873b2..c967057 100644 --- a/pom.xml +++ b/pom.xml @@ -117,6 +117,7 @@ under the License. <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <configuration> + <argLine>-XX:+UseConcMarkSweepGC</argLine> <reuseForks>false</reuseForks> <systemPropertyVariables> <blur.tmp.dir>${project.build.directory}/target/tmp</blur.tmp.dir>
