summaryrefslogtreecommitdiff
path: root/jstests/noPassthrough/index_max_time_ms.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/noPassthrough/index_max_time_ms.js')
-rw-r--r--jstests/noPassthrough/index_max_time_ms.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/noPassthrough/index_max_time_ms.js b/jstests/noPassthrough/index_max_time_ms.js
index b918f2fdf3a..2397eedf225 100644
--- a/jstests/noPassthrough/index_max_time_ms.js
+++ b/jstests/noPassthrough/index_max_time_ms.js
@@ -43,7 +43,7 @@ const createIndexesCmd = {
],
// This timeout value should be long enough for this test to locate the index build in the
// db.currentOp() output.
- maxTimeMS: 10000,
+ maxTimeMS: 20000,
};
const createIdx =