Skip to content

Commit 424b67e

Browse files
rm-gh-8shipilev
authored andcommitted
8255463: java/nio/channels/spi/SelectorProvider/inheritedChannel/InheritedChannelTest.java failed with ThreadTimeoutException
Backport-of: a26221299e657b64379d2d56ed3b073f12b227d1
1 parent 9601cfb commit 424b67e

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)