Hi. I stated to clean and extend test cases for org.openide.util.Task class. In the test case I found the canWait1s() method
https://github.com/apache/netbeans/blob/f117b5568a12b59e085be02076bc2df1be489258/platform/openide.util/test/unit/src/org/openide/util/TaskTest.java#L171 which is used in https://github.com/apache/netbeans/blob/f117b5568a12b59e085be02076bc2df1be489258/platform/openide.util/test/unit/src/org/openide/util/TaskTest.java#L74 to skip the test with the message "Skipping testWaitWithTimeOutReturnsAfterTimeOutWhenTheTaskIsNotComputedAtAll, as the computer is not able to wait 1s!" does anybody know what is the history of this? does it concern currently supported platforms? -- Łukasz Bownik
