You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by "Jochen Kemnade (JIRA)" <ji...@apache.org> on 2017/03/09 11:02:38 UTC

[jira] [Created] (GROOVY-8114) Include correct time unit in timeout error message

Jochen Kemnade created GROOVY-8114:
--------------------------------------

             Summary: Include correct time unit in timeout error message
                 Key: GROOVY-8114
                 URL: https://issues.apache.org/jira/browse/GROOVY-8114
             Project: Groovy
          Issue Type: Improvement
    Affects Versions: 2.4.9
            Reporter: Jochen Kemnade


When a class is annotated with {{@TimedInterrupt(value = 5L, unit = TimeUnit.SECONDS)}}, and the execution is aborted, the error message reads "Execution timed out after 5 units". It should read "Execution timed out after 5 seconds".



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)