http-client-branch: review comment: remove unnecessary testng timeout http-client-branch
authorchegar
Tue, 28 Nov 2017 13:57:23 +0000
branchhttp-client-branch
changeset 55906 5917595fbf16
parent 55905 0812b07be2da
child 55907 f6a3a657416e
http-client-branch: review comment: remove unnecessary testng timeout
test/jdk/java/net/httpclient/http2/FixedThreadPoolTest.java
test/jdk/java/net/httpclient/http2/ServerPush.java
--- 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");