You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ji...@codehaus.org on 2003/06/30 14:45:56 UTC

[jira] Created: (MAVEN-526) Add timeouts to the test plugin

Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
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
   Estimate: 0 minutes

    Project: maven
 Components: 
             plugin-test
   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, 30 Jun 2003 7:43 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/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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org