summaryrefslogtreecommitdiff
path: root/buildscripts/resmokelib/testing/fixtures/shardedcluster.py
diff options
context:
space:
mode:
Diffstat (limited to 'buildscripts/resmokelib/testing/fixtures/shardedcluster.py')
-rw-r--r--buildscripts/resmokelib/testing/fixtures/shardedcluster.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildscripts/resmokelib/testing/fixtures/shardedcluster.py b/buildscripts/resmokelib/testing/fixtures/shardedcluster.py
index 4f90d16f517..06e84c213bd 100644
--- a/buildscripts/resmokelib/testing/fixtures/shardedcluster.py
+++ b/buildscripts/resmokelib/testing/fixtures/shardedcluster.py
@@ -208,7 +208,7 @@ class ShardedClusterFixture(interface.Fixture):
auth_options = configsvr_options.pop("auth_options", self.auth_options)
mongod_executable = configsvr_options.pop("mongod_executable", self.mongod_executable)
preserve_dbpath = configsvr_options.pop("preserve_dbpath", self.preserve_dbpath)
- num_nodes = configsvr_options.pop("num_nodes", 3)
+ num_nodes = configsvr_options.pop("num_nodes", 1)
replset_config_options = configsvr_options.pop("replset_config_options", {})
replset_config_options["configsvr"] = True