test/jdk/java/net/httpclient/MappingResponseSubscriber.java
branchhttp-client-branch
changeset 56775 cc4918aedfe7
parent 56771 73a6534bce94
child 56795 03ece2518428
--- a/test/jdk/java/net/httpclient/MappingResponseSubscriber.java	Tue Jun 19 11:36:13 2018 +0100
+++ b/test/jdk/java/net/httpclient/MappingResponseSubscriber.java	Tue Jun 19 11:41:04 2018 +0100
@@ -88,7 +88,7 @@
     String https2URI_fixed;
     String https2URI_chunk;
 
-    static final int ITERATION_COUNT = 10;
+    static final int ITERATION_COUNT = 3;
     // a shared executor helps reduce the amount of threads created by the test
     static final Executor executor = Executors.newCachedThreadPool();