Skip to content

Commit 99e3172

Browse files
committed
Merge pull request #781 from mattrjacobs/shorten-collapser-stress-test
Shorten stress test of HystrixObservableCollapser from 1000 -> 100 to limit OOM problems
2 parents 57df50b + e73d9c8 commit 99e3172

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hystrix-core/src/test/java/com/netflix/hystrix/HystrixObservableCollapserTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public void testTwoRequests() throws Exception {
8080

8181
@Test
8282
public void stressTestRequestCollapser() throws Exception {
83-
for(int i = 0; i < 1000; i++) {
83+
for(int i = 0; i < 100; i++) {
8484
init();
8585
testTwoRequests();
8686
cleanup();

0 commit comments

Comments
 (0)