The following issue has been updated:
Updater: dion gillard (mailto:[EMAIL PROTECTED])
Date: Mon, 4 Aug 2003 12:22 AM
Changes:
timeoriginalestimate changed from 0
timeestimate changed from 0 minutes
Fix Version changed to 1.1
---------------------------------------------------------------------
For a full history of the issue, see:
http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-526&page=history
---------------------------------------------------------------------
View the issue:
http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-526
Here is an overview of the issue:
---------------------------------------------------------------------
Key: MAVEN-526
Summary: Add timeouts to the test plugin
Type: Improvement
Status: Unassigned
Priority: Major
Time Spent: Unknown
Remaining: Unknown
Project: maven
Components:
plugin-test
Fix Fors:
1.1
Versions:
1.0-beta-8
1.0-beta-9
1.0-beta-10
Assignee:
Reporter: Julian Payne
Created: Mon, 30 Jun 2003 7:43 AM
Updated: Mon, 4 Aug 2003 12:22 AM
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="${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 -->
---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]