Skip to content

Commit

Permalink
Merge pull request #781 from mattrjacobs/shorten-collapser-stress-test
Browse files Browse the repository at this point in the history
Shorten stress test of HystrixObservableCollapser from 1000 -> 100 to limit OOM problems
  • Loading branch information
mattrjacobs committed Apr 30, 2015
2 parents 57df50b + e73d9c8 commit 99e3172
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public void testTwoRequests() throws Exception {

@Test
public void stressTestRequestCollapser() throws Exception {
for(int i = 0; i < 1000; i++) {
for(int i = 0; i < 100; i++) {
init();
testTwoRequests();
cleanup();
Expand Down

0 comments on commit 99e3172

Please sign in to comment.