summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Gottlieb <daniel.gottlieb@10gen.com>2016-11-30 13:23:17 -0500
committerEric Milkie <milkie@10gen.com>2019-02-19 11:23:35 -0500
commit4c35dd7daebfd54efa3ba45d96dd3b80bbdfdbab (patch)
treef8ee53a6fab9bfcb3d9ae490ce347cc5f84b0d8a
parent55583d2bfe6fa67223751724ae08c5688f46c04c (diff)
downloadmongo-4c35dd7daebfd54efa3ba45d96dd3b80bbdfdbab.tar.gz
SERVER-26463: Up how long to wait for TTL monitor passes in ttl_capped.js
(cherry picked from commit 91eb1cc1db6ab0c5b6345fcbcf03512d440d3f8f)
-rw-r--r--jstests/noPassthrough/ttl_capped.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/noPassthrough/ttl_capped.js b/jstests/noPassthrough/ttl_capped.js
index c5b26c048d4..8a3de697479 100644
--- a/jstests/noPassthrough/ttl_capped.js
+++ b/jstests/noPassthrough/ttl_capped.js
@@ -52,7 +52,7 @@
var ttlPasses = testDB.serverStatus().metrics.ttl.passes;
assert.commandWorked(testDB.adminCommand({setParameter: 1, ttlMonitorEnabled: true}));
- var timeoutSeconds = 5;
+ var timeoutSeconds = 60;
assert.soon(
function checkIfTTLMonitorRan() {
// The 'ttl.passes' metric is incremented when the TTL monitor starts processing the