summaryrefslogtreecommitdiff
path: root/jstests/sharding/remove2.js
diff options
context:
space:
mode:
authorWilliam Schultz <william.schultz@mongodb.com>2019-12-03 22:48:38 +0000
committerevergreen <evergreen@mongodb.com>2019-12-03 22:48:38 +0000
commitd3b08f2dc93636a04f92d5448fdacfd447704607 (patch)
treedc8f96fc54b865db2bf735d8d34861a3c7887ea8 /jstests/sharding/remove2.js
parente4347d57e5e1d6e2090417d4560d713f2cd2743e (diff)
downloadmongo-d3b08f2dc93636a04f92d5448fdacfd447704607.tar.gz
SERVER-39332 Increase awaitReplicaSetMonitorTimeout sleep to 60 seconds
Diffstat (limited to 'jstests/sharding/remove2.js')
-rw-r--r--jstests/sharding/remove2.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/jstests/sharding/remove2.js b/jstests/sharding/remove2.js
index 35aa111bbb0..933a165dc96 100644
--- a/jstests/sharding/remove2.js
+++ b/jstests/sharding/remove2.js
@@ -22,8 +22,8 @@ function seedString(replTest) {
}
function awaitReplicaSetMonitorTimeout() {
- print("Sleeping for 20 seconds to let the other shard's ReplicaSetMonitor time out");
- sleep(20000); // 1 failed check should take 15 seconds, wait a few more seconds.
+ print("Sleeping for 60 seconds to let the other shard's ReplicaSetMonitor time out");
+ sleep(60000); // 60s should be plenty since the ReplicaSetMonitor refreshes every 30s.
}
function setupInitialData(st, coll) {