summaryrefslogtreecommitdiff
path: root/jstests
diff options
context:
space:
mode:
Diffstat (limited to 'jstests')
-rw-r--r--jstests/sharding/change_stream_shard_failover.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/sharding/change_stream_shard_failover.js b/jstests/sharding/change_stream_shard_failover.js
index 27a141bcfed..1c276f7e8a9 100644
--- a/jstests/sharding/change_stream_shard_failover.js
+++ b/jstests/sharding/change_stream_shard_failover.js
@@ -22,7 +22,7 @@ TestData.skipCheckingUUIDsConsistentAcrossCluster = true;
const st = new ShardingTest({
shards: 2,
- rs: {nodes: 2, setParameter: {periodicNoopIntervalSecs: 1, writePeriodicNoops: true}}
+ rs: {nodes: 3, setParameter: {periodicNoopIntervalSecs: 1, writePeriodicNoops: true}}
});
const sDB = st.s.getDB("test");