Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.8
-
Labels:None
-
Number of attachments :
Description
I need to be able to set a timeout in the unit tests because we have graphical tests that block from time to time.
Here is what I would like to be added in the plugin.jelly as part of the junit element:
<junit printSummary="$
{maven.junit.printsummary}"
failureProperty="maven.test.failure"
fork="$
"
dir="$
">
<!-- start of script to control the timeouut -->
<j:if test="$
">
<setProperty name="timeout" value="$
" />
</j:if>
<!-- end of script to control the timeouut -->
Issue Links
- is duplicated by
-
MPTEST-52
Timeout for Maven Tests
-