[
https://issues.apache.org/jira/browse/GROOVY-8114?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16024284#comment-16024284
]
ASF GitHub Bot commented on GROOVY-8114:
----------------------------------------
GitHub user paulk-asert opened a pull request:
https://github.com/apache/groovy/pull/549
GROOVY-8114: Include correct time unit in timeout error message
PR for patch as supplied by Jochen Kemnade.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/paulk-asert/groovy groovy8114
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/groovy/pull/549.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #549
----
commit 04cacc9b61a12730b6692b5c94b2d0981d6e9874
Author: paulk <[email protected]>
Date: 2017-05-25T06:32:11Z
GROOVY-8114: Include correct time unit in timeout error message
----
> 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
> Attachments: 0001-GROOVY-8114-include-time-unit-in-error-message.patch
>
>
> 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)