summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharlie Swanson <charlie.swanson@mongodb.com>2017-01-24 14:27:29 -0500
committerCharlie Swanson <charlie.swanson@mongodb.com>2017-01-24 17:21:49 -0500
commite2c655019a46979e2db6609369839cc968c31d17 (patch)
tree177ff1a71607c145620175abfb4b27e7c6cc21b8
parent65daab53366c46485a3fef3089d18be3906bc574 (diff)
downloadmongo-e2c655019a46979e2db6609369839cc968c31d17.tar.gz
SERVER-26317 Increase benchRun seconds for flaky tests
-rw-r--r--jstests/core/bench_test1.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/jstests/core/bench_test1.js b/jstests/core/bench_test1.js
index da87c1f7a79..d29a0d577e7 100644
--- a/jstests/core/bench_test1.js
+++ b/jstests/core/bench_test1.js
@@ -31,7 +31,6 @@ assert.lte(seconds * res.update, t.findOne({_id: 1}).x * 1.5, "A1");
assert.eq(1, t.getIndexes().length, "B1");
benchArgs['ops'] = [{op: "createIndex", ns: t.getFullName(), key: {x: 1}}];
benchArgs['parallel'] = 1;
-benchArgs['seconds'] = 1;
benchRun(benchArgs);
assert.eq(2, t.getIndexes().length, "B2");
benchArgs['ops'] = [{op: "dropIndex", ns: t.getFullName(), key: {x: 1}}];