summaryrefslogtreecommitdiff
path: root/dbtests
diff options
context:
space:
mode:
authorDwight <dwight@10gen.com>2011-01-04 17:45:28 -0500
committerDwight <dwight@10gen.com>2011-01-04 17:45:28 -0500
commit0ca0ce9b2a73b6f781916d5f69c6f07f0984a9d2 (patch)
treef4499a7052634bf961698492839420cec24ec90f /dbtests
parent21c3f8a245f2f44f4ae1db3c07f7cc8ba5272e83 (diff)
downloadmongo-0ca0ce9b2a73b6f781916d5f69c6f07f0984a9d2.tar.gz
shorter run for debug builds
Diffstat (limited to 'dbtests')
-rw-r--r--dbtests/threadedtests.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbtests/threadedtests.cpp b/dbtests/threadedtests.cpp
index 5c94067d591..7f78dc90122 100644
--- a/dbtests/threadedtests.cpp
+++ b/dbtests/threadedtests.cpp
@@ -58,7 +58,7 @@ namespace ThreadedTests {
};
class MongoMutexTest : public ThreadedTest<> {
- enum { N = 1000000 };
+ enum { N = 100000 };
MongoMutex *mm;
virtual void setup() {
mm = new MongoMutex("MongoMutexTest");