summaryrefslogtreecommitdiff
path: root/src/mongo
diff options
context:
space:
mode:
authorCheahuychou Mao <cheahuychou.mao@mongodb.com>2019-10-31 17:43:36 +0000
committerevergreen <evergreen@mongodb.com>2019-10-31 17:43:36 +0000
commitd95b366e1a351aefa92efd2c68d06809a3e30b90 (patch)
treeaf05ffce61eb3d288724b0413bdc799e8d1146f3 /src/mongo
parentf8fadc135f6c8737d206a1660a0bd9cb66c97a42 (diff)
downloadmongo-d95b366e1a351aefa92efd2c68d06809a3e30b90.tar.gz
SERVER-44310 Make waitForFailPoint command require maxTimeMS
(cherry picked from commit fd7aaa92a2e3309980689e99125eead70e7c0317)
Diffstat (limited to 'src/mongo')
-rw-r--r--src/mongo/s/request_types/wait_for_fail_point.idl4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mongo/s/request_types/wait_for_fail_point.idl b/src/mongo/s/request_types/wait_for_fail_point.idl
index 182f391b9cf..b3ef4891bd0 100644
--- a/src/mongo/s/request_types/wait_for_fail_point.idl
+++ b/src/mongo/s/request_types/wait_for_fail_point.idl
@@ -45,3 +45,7 @@ commands:
type: safeInt64
description: "The number of times the fail point has been entered."
optional: false
+ maxTimeMS:
+ type: safeInt64
+ description: "The wait timeout in milliseconds."
+ optional: false