summaryrefslogtreecommitdiff
path: root/jstests/replsets/read_committed_with_catalog_changes.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/replsets/read_committed_with_catalog_changes.js')
-rw-r--r--jstests/replsets/read_committed_with_catalog_changes.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/replsets/read_committed_with_catalog_changes.js b/jstests/replsets/read_committed_with_catalog_changes.js
index 95322fd3da5..b60fda763f2 100644
--- a/jstests/replsets/read_committed_with_catalog_changes.js
+++ b/jstests/replsets/read_committed_with_catalog_changes.js
@@ -218,7 +218,7 @@ load("jstests/replsets/rslib.js"); // For startSetIfSupportsReadMajority.
var res =
coll.runCommand('find', {"readConcern": {"level": "majority"}, "maxTimeMS": 5000});
assert.commandFailedWithCode(res,
- ErrorCodes.ExceededTimeLimit,
+ ErrorCodes.MaxTimeMSExpired,
"Expected read of " + coll.getFullName() + " to block");
}