summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCheahuychou Mao <cheahuychou.mao@mongodb.com>2020-06-11 21:10:26 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-06-16 00:52:37 +0000
commit608fa1638db44b8f1fb64653de8859a0256975fe (patch)
treed956772df4e8e48c8db56951922e4d2ca1b7727b
parent5f8d20e588106ae6e78efd9920bb69e78d34e3d9 (diff)
downloadmongo-608fa1638db44b8f1fb64653de8859a0256975fe.tar.gz
SERVER-48756 Use larger maxTimeMSForHedgedReads hedging_metrics_server_status.js
(cherry picked from commit af4a4399ded235a268c631c59a231e8210e40192)
-rw-r--r--jstests/sharding/hedging_metrics_server_status.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/sharding/hedging_metrics_server_status.js b/jstests/sharding/hedging_metrics_server_status.js
index 09943abc17c..9b998cd3d45 100644
--- a/jstests/sharding/hedging_metrics_server_status.js
+++ b/jstests/sharding/hedging_metrics_server_status.js
@@ -74,7 +74,7 @@ const st = new ShardingTest({
// Force the mongos to send requests to hosts in alphabetical order of host names.
"failpoint.networkInterfaceSendRequestsToTargetHostsInAlphabeticalOrder":
tojson({mode: "alwaysOn"}),
- maxTimeMSForHedgedReads: 10
+ maxTimeMSForHedgedReads: 500
}
}],
shards: 1,