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

Reviewed-by: dfuchs, djelinski, bpb
This commit is contained in:
Jaikiran Pai 2025-12-10 02:04:12 +00:00
parent eef9813ad4
commit a26221299e

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);