--- a/test/jdk/java/net/httpclient/http2/FixedThreadPoolTest.java Tue Nov 28 11:27:05 2017 +0000
+++ b/test/jdk/java/net/httpclient/http2/FixedThreadPoolTest.java Tue Nov 28 13:57:23 2017 +0000
@@ -82,7 +82,7 @@
}
}
- @Test(timeOut=3000000)
+ @Test
public static void test() throws Exception {
try {
initialize();
--- a/test/jdk/java/net/httpclient/http2/ServerPush.java Tue Nov 28 11:27:05 2017 +0000
+++ b/test/jdk/java/net/httpclient/http2/ServerPush.java Tue Nov 28 13:57:23 2017 +0000
@@ -53,7 +53,7 @@
static Path tempFile;
- @Test(timeOut=30000)
+ @Test
public static void test() throws Exception {
Http2TestServer server = null;
final Path dir = Files.createTempDirectory("serverPush");