Seems strange that the test needs more than 60 sec Daniel. But if that fixes it, it looks good.
Thanks, Michael On 03/08/2017, 19:21, Daniel Fuchs wrote:
Hi, Please find below a fix for a test bug: https://bugs.openjdk.java.net/browse/JDK-8185794 8185794: java/net/httpclient/security/Driver.java fails in timeout http://cr.openjdk.java.net/~dfuchs/webrev_8185794/webrev.00/index.html Policy files were missing a permission and the timeout on the @run line in the test proved to be too short: the test spins subprocesses and apparently needs some more time (it was failing on my local machine consistently - but now passes with the proposed changeset). best regards, -- daniel