8276808: java/nio/channels/Channels/TransferTo.java timed out

Reviewed-by: lancea, shade
This commit is contained in:
Brian Burkhalter 2021-11-09 19:17:59 +00:00
parent daf77ebfc4
commit dde959dfce

View File

@ -52,7 +52,7 @@ import static org.testng.Assert.assertTrue;
* @test
* @library /test/lib
* @build jdk.test.lib.RandomFactory
* @run testng/othervm TransferTo
* @run testng/othervm/timeout=180 TransferTo
* @bug 8265891
* @summary tests whether sun.nio.ChannelInputStream.transferTo conforms to the
* InputStream.transferTo contract defined in the javadoc