Skip to content

Commit 509ca63

Browse files
Shivangi Guptajaikiran
authored andcommitted
8255463: java/nio/channels/spi/SelectorProvider/inheritedChannel/InheritedChannelTest.java failed with ThreadTimeoutException
Reviewed-by: jpai Backport-of: a262212
1 parent a2111b0 commit 509ca63

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/jdk/java/nio/channels/spi/SelectorProvider/inheritedChannel/InheritedChannelTest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
* @key intermittent
4141
*/
4242

43-
import java.nio.file.Files;
4443
import java.nio.file.Path;
4544
import java.nio.file.Paths;
4645
import java.util.ArrayList;
@@ -77,7 +76,7 @@ public Object[][] testCases() {
7776
};
7877
}
7978

80-
@Test(dataProvider = "testCases", timeOut=30000)
79+
@Test(dataProvider = "testCases")
8180
public void test(String desc, List<String> opts) throws Throwable {
8281
String pathVar = Platform.sharedLibraryPathVariableName();
8382
System.out.println(pathVar + "=" + libraryPath);

0 commit comments

Comments
 (0)