test/jdk/java/net/httpclient/http2/ServerPush.java
branchhttp-client-branch
changeset 55906 5917595fbf16
parent 55819 18e431209168
child 55973 4d9b002587db
--- 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");