8255463: java/nio/channels/spi/SelectorProvider/inheritedChannel/InheritedChannelTest.java failed with ThreadTimeoutException

Reviewed-by: jpai
Backport-of: a26221299e657b64379d2d56ed3b073f12b227d1
This commit is contained in:
Shivangi Gupta 2025-12-18 05:04:16 +00:00 committed by Jaikiran Pai
parent a2111b0ca6
commit 509ca63371

View File

@ -40,7 +40,6 @@
* @key intermittent
*/
import java.nio.file.Files;
import java.nio.file.Path;
import java.nio.file.Paths;
import java.util.ArrayList;
@ -77,7 +76,7 @@ public class InheritedChannelTest {
};
}
@Test(dataProvider = "testCases", timeOut=30000)
@Test(dataProvider = "testCases")
public void test(String desc, List<String> opts) throws Throwable {
String pathVar = Platform.sharedLibraryPathVariableName();
System.out.println(pathVar + "=" + libraryPath);