summaryrefslogtreecommitdiff
path: root/jstests/noPassthrough/minvalid2.js
diff options
context:
space:
mode:
authorMisha Tyulenev <misha@mongodb.com>2017-09-27 23:23:24 -0400
committerMisha Tyulenev <misha@mongodb.com>2017-09-27 23:23:46 -0400
commiteeee1e2b64f70e8487f017ba579f3ca861c81e4f (patch)
treee1452828e142748f1f03be61a00c32dbb3ed6bc1 /jstests/noPassthrough/minvalid2.js
parent55637833c707998f685f997d43624c52cde99b45 (diff)
downloadmongo-eeee1e2b64f70e8487f017ba579f3ca861c81e4f.tar.gz
SERVER-30977 add clusterTime to standalone replica set
Diffstat (limited to 'jstests/noPassthrough/minvalid2.js')
-rw-r--r--jstests/noPassthrough/minvalid2.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/noPassthrough/minvalid2.js b/jstests/noPassthrough/minvalid2.js
index 12f5f9f4046..4c85871c8da 100644
--- a/jstests/noPassthrough/minvalid2.js
+++ b/jstests/noPassthrough/minvalid2.js
@@ -20,7 +20,7 @@
print("1. make 3-member set w/arb (2)");
var name = "minvalid";
-var replTest = new ReplSetTest({name: name, nodes: 3, oplogSize: 1});
+var replTest = new ReplSetTest({name: name, nodes: 3, oplogSize: 1, waitForKeys: true});
var host = getHostName();
var nodes = replTest.startSet();