On Wed, 25 Nov 2020 17:49:22 GMT, Alexander Zuev <[email protected]> wrote:
>> Sergey Bylokhov has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> Update test/jdk/java/awt/Robot/InfiniteLoopException.java
>
> test/jdk/java/awt/Robot/InfiniteLoopException.java line 63:
>
>> 61: long time = TimeUnit.NANOSECONDS.toSeconds(System.nanoTime() -
>> start);
>> 62: if (time > 20) {
>> 63: throw new RuntimeException("To slow:" + time);
>
> Typo? Shouldn't it be "Too slow"?
yes, fixed.
-------------
PR: https://git.openjdk.java.net/jdk/pull/1424