summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXueruiFa <xuerui.fa@mongodb.com>2021-07-09 17:55:15 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-08-04 14:34:12 +0000
commitae14292c2cbb577c32eb2d10beacf7dd30bfb2c8 (patch)
tree09a55ee55b7f924854fa5119b304f3c9d09720dd
parentabf48af814b7e47e1c1dea58988ac9cc156c0b68 (diff)
downloadmongo-ae14292c2cbb577c32eb2d10beacf7dd30bfb2c8.tar.gz
SERVER-58402: Increase timeout of shutdown command in shutdown_primary.js
(cherry picked from commit 4fa10a1f27f97fada17bd4bc1da4ad72b1d2e64f)
-rw-r--r--jstests/replsets/shutdown_primary.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/replsets/shutdown_primary.js b/jstests/replsets/shutdown_primary.js
index 65eb4ec3e59..ec4f728c13e 100644
--- a/jstests/replsets/shutdown_primary.js
+++ b/jstests/replsets/shutdown_primary.js
@@ -43,7 +43,7 @@
jsTestLog("Shutting down primary in a parallel shell");
var awaitShell = startParallelShell(function() {
- db.adminCommand({shutdown: 1, timeoutSecs: 60});
+ db.adminCommand({shutdown: 1, timeoutSecs: 200});
}, primary.port);
jsTestLog("Resuming replication.");