summaryrefslogtreecommitdiff
path: root/jstests/replsets/replsets_killop.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/replsets/replsets_killop.js')
-rw-r--r--jstests/replsets/replsets_killop.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/jstests/replsets/replsets_killop.js b/jstests/replsets/replsets_killop.js
index 7d31f313633..4e41046f8c8 100644
--- a/jstests/replsets/replsets_killop.js
+++ b/jstests/replsets/replsets_killop.js
@@ -68,3 +68,4 @@ function allReplicated() {
// Wait for the correct number of (replicated) documents to be present on the secondary.
assert.soon(allReplicated, "didn't replicate all docs", 5 * 60 * 1000);
+replTest.stopSet();