summaryrefslogtreecommitdiff
path: root/jstests/replsets/rollback5.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/replsets/rollback5.js')
-rw-r--r--jstests/replsets/rollback5.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/replsets/rollback5.js b/jstests/replsets/rollback5.js
index 1d325cb1f3e..79b5b274435 100644
--- a/jstests/replsets/rollback5.js
+++ b/jstests/replsets/rollback5.js
@@ -8,7 +8,7 @@ var nodes = replTest.nodeList();
var conns = replTest.startSet();
var r = replTest.initiate({ "_id": "rollback5",
"members": [
- { "_id": 0, "host": nodes[0] },
+ { "_id": 0, "host": nodes[0], priority: 3 },
{ "_id": 1, "host": nodes[1] },
{ "_id": 2, "host": nodes[2], arbiterOnly: true}]
});