diff options
author | Sven Gothel <[email protected]> | 2010-04-09 04:30:24 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-04-09 04:30:24 +0200 |
commit | a9eaf11b0d168db049bafc24260d6c0b4a000071 (patch) | |
tree | d7388ddfdfa7263c4feeee7b6b746a29eac9c113 /make | |
parent | 9ae88158f66b48b257e417c3973ce010c1fc45a8 (diff) |
junit: Add timeout (30s), enable offscreen test
Diffstat (limited to 'make')
-rw-r--r-- | make/build-junit.xml | 2 |
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}"/> |