We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2111b0 commit 509ca63Copy full SHA for 509ca63
test/jdk/java/nio/channels/spi/SelectorProvider/inheritedChannel/InheritedChannelTest.java
@@ -40,7 +40,6 @@
40
* @key intermittent
41
*/
42
43
-import java.nio.file.Files;
44
import java.nio.file.Path;
45
import java.nio.file.Paths;
46
import java.util.ArrayList;
@@ -77,7 +76,7 @@ public Object[][] testCases() {
77
76
};
78
}
79
80
- @Test(dataProvider = "testCases", timeOut=30000)
+ @Test(dataProvider = "testCases")
81
public void test(String desc, List<String> opts) throws Throwable {
82
String pathVar = Platform.sharedLibraryPathVariableName();
83
System.out.println(pathVar + "=" + libraryPath);
0 commit comments