Issue Details (XML | Word | Printable)

Key: MPTEST-10
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Unassigned
Reporter: Julian Payne
Votes: 5
Watchers: 5
Operations

If you were logged in you would be able to see more operations.
Maven 1.x Test Plugin

Add timeouts to the test plugin

Created: 30/Jun/03 07:43 AM   Updated: 24/Mar/06 11:30 AM
Component/s: None
Affects Version/s: None
Fix Version/s: 1.8

Time Tracking:
Not Specified

Issue Links:
Duplicate
 


 Description  « Hide
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="${maven.junit.fork}"
dir="${maven.junit.dir}">
<!-- start of script to control the timeouut -->
<j:if test="${context.getVariable('maven.junit.timeout') != null}">
<setProperty name="timeout" value="${maven.junit.timeout}" />
</j:if>
<!-- end of script to control the timeouut -->



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
There are no comments yet on this issue.