Skip to content

Commit 296e71c

Browse files
committed
Reduce thread count to debug hudson failure.
1 parent a93d327 commit 296e71c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/ning/http/client/async/grizzly/GrizzlyFeedableBodyGeneratorTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ public void testSimpleFeederOverSSLMultipleThreads() throws Exception {
120120

121121

122122
private void doSimpleFeeder(final boolean secure) {
123-
final int threadCount = 20;
123+
final int threadCount = 10;
124124
final CountDownLatch latch = new CountDownLatch(threadCount);
125125
final int port = (secure ? SECURE_PORT : NON_SECURE_PORT);
126126
final String scheme = (secure ? "https" : "http");

0 commit comments

Comments
 (0)