summaryrefslogtreecommitdiff
path: root/dbtests/mmaptests.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'dbtests/mmaptests.cpp')
-rwxr-xr-xdbtests/mmaptests.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbtests/mmaptests.cpp b/dbtests/mmaptests.cpp
index 76b76be7517..8d5542da116 100755
--- a/dbtests/mmaptests.cpp
+++ b/dbtests/mmaptests.cpp
@@ -60,7 +60,7 @@ namespace MMapTests {
// we make a lot here -- if we were leaking, presumably it would fail doing this many.
Timer t;
- for( int i = 0; i < 10000; i++ ) {
+ for( int i = 0; i < N; i++ ) {
MongoMMF f;
assert( f.open(fn, i%4==1) );
if( !testIntent ) {