summaryrefslogtreecommitdiff
path: root/jstests/noPassthrough/afterClusterTime_committed_reads.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/noPassthrough/afterClusterTime_committed_reads.js')
-rw-r--r--jstests/noPassthrough/afterClusterTime_committed_reads.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/noPassthrough/afterClusterTime_committed_reads.js b/jstests/noPassthrough/afterClusterTime_committed_reads.js
index 0f9bc1480c7..5c488ca69f4 100644
--- a/jstests/noPassthrough/afterClusterTime_committed_reads.js
+++ b/jstests/noPassthrough/afterClusterTime_committed_reads.js
@@ -45,7 +45,7 @@
writeConcern: {w: "majority"},
maxTimeMS: 1000
}),
- ErrorCodes.ExceededTimeLimit);
+ ErrorCodes.MaxTimeMSExpired);
// Restart replication.
restartReplicationOnSecondaries(rst);