Skip to content

Commit

Permalink
Merge pull request #1004 from mattrjacobs/reduce-trials-observable-co…
Browse files Browse the repository at this point in the history
…llapser-stress-test

Reduce number of trials of observable collapser test
  • Loading branch information
mattrjacobs committed Dec 2, 2015
2 parents 0cf55a3 + 9a38e47 commit a513994
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ public void testTwoRequests() throws Exception {

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

0 comments on commit a513994

Please sign in to comment.