summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Hernandez <scotthernandez@gmail.com>2015-12-22 14:50:47 -0500
committerScott Hernandez <scotthernandez@gmail.com>2015-12-22 18:06:18 -0500
commit48bd5a400d140b00336a7b8f5f58cf4108fc4b50 (patch)
treee42a791d1cd4876b0dbc9c706a0d9525483356af
parentfc56522f35b6dbfc0c66f06addcb6c2485d2703a (diff)
downloadmongo-48bd5a400d140b00336a7b8f5f58cf4108fc4b50.tar.gz
increase queue threshold for failure in reconfig_without_increased_queues.js
(cherry picked from commit a317c33fb91f8e1f702bb20623949fd958089d59)
-rw-r--r--jstests/replsets/reconfig_without_increased_queues.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/replsets/reconfig_without_increased_queues.js b/jstests/replsets/reconfig_without_increased_queues.js
index 1a6ca22a8e6..8b54df4d2b0 100644
--- a/jstests/replsets/reconfig_without_increased_queues.js
+++ b/jstests/replsets/reconfig_without_increased_queues.js
@@ -5,7 +5,7 @@
(function () {
"use strict";
var numNodes = 5;
- var maxQueueSizeExpected = 7;
+ var maxQueueSizeExpected = 11;
var replTest = new ReplSetTest({ name: 'testSet', nodes: numNodes });
var nodes = replTest.startSet();
replTest.initiate();