http-client-branch: review comment: reduce iterations in MappingResponseSubscribe test http-client-branch
authorchegar
Tue, 19 Jun 2018 11:41:04 +0100
branchhttp-client-branch
changeset 56775 cc4918aedfe7
parent 56774 51005613a367
child 56776 3994e077de15
http-client-branch: review comment: reduce iterations in MappingResponseSubscribe test
test/jdk/java/net/httpclient/MappingResponseSubscriber.java
--- 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();