http-client-branch: review comment: reduce iterations in MappingResponseSubscribe test
--- 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();