summaryrefslogtreecommitdiff
path: root/jstests/sharding/mongos_validate_backoff.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/sharding/mongos_validate_backoff.js')
-rw-r--r--jstests/sharding/mongos_validate_backoff.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/sharding/mongos_validate_backoff.js b/jstests/sharding/mongos_validate_backoff.js
index 4faff61698d..ef057c04ef2 100644
--- a/jstests/sharding/mongos_validate_backoff.js
+++ b/jstests/sharding/mongos_validate_backoff.js
@@ -22,7 +22,7 @@ var timeBadInsert = function() {
var end = new Date().getTime();
return end - start;
-}
+};
// We need to work at least twice in order to check resetting the counter
var successNeeded = 2;