Skip to content
This repository has been archived by the owner on Mar 11, 2022. It is now read-only.

Commit

Permalink
Lower n_docs for "big" test run
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Blench committed Feb 15, 2018
1 parent 18d7a2b commit d4510d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ - (void)setUp

// Set values of n_docs and largeRevTreeSize from ReplicationSettings.plist if available
// otherwise default to 'large' values
self.n_docs = [ra nDocs] != nil ? [[ra nDocs] integerValue] : 10000;
self.n_docs = [ra nDocs] != nil ? [[ra nDocs] integerValue] : 2500;
self.largeRevTreeSize = [ra largeRevTreeSize] != nil ? [[ra largeRevTreeSize] integerValue] : 1500;
self.raSmall = [ra raSmall] != nil ? [[ra raSmall] boolValue] : FALSE;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<key>TEST_COUCH_LOGGING_LEVEL</key>
<integer>0</integer>
<key>TEST_COUCH_N_DOCS</key>
<integer>10000</integer>
<integer>2500</integer>
<key>TEST_COUCH_LARGE_REV_TREE_SIZE</key>
<integer>1500</integer>
</dict>
Expand Down

0 comments on commit d4510d8

Please sign in to comment.