aboutsummaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
Diffstat (limited to 'make')
-rw-r--r--make/build-junit.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/build-junit.xml b/make/build-junit.xml
index 636035f1d..f06035de3 100644
--- a/make/build-junit.xml
+++ b/make/build-junit.xml
@@ -66,7 +66,7 @@
<target name="junit.run" depends="declare.common">
<!-- Perform the junit tests-->
<mkdir dir="${results.junit}" />
- <junit forkmode="once" showoutput="true" fork="true" haltonerror="true">
+ <junit forkmode="once" showoutput="true" fork="true" haltonerror="off" timeout="30000">
<env key="${system.env.library.path}" path="${obj.all.paths}"/>
<jvmarg value="-Djava.library.path=${obj.all.paths}"/>