Skip to content

Commit

Permalink
GODRIVER-3106 Increase the maxTimeMS to temporarily fix the test fa…
Browse files Browse the repository at this point in the history
…ilure. (#1660)
  • Loading branch information
qingyang-hu authored Jun 6, 2024
1 parent 72b10a0 commit c3d6dd5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
"command": {
"insert": "timeoutColl",
"maxTimeMS": {
"$$lte": 450
"$$lte": 451
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@ tests:
databaseName: *databaseName
command:
insert: *timeoutCollectionName
maxTimeMS: { $$lte: 450 }
# GODRIVER-3106: Add a 1 millisecond buffer on the expected 450ms.
maxTimeMS: { $$lte: 451 }

- description: "command is not sent if RTT is greater than timeoutMS"
operations:
Expand Down

0 comments on commit c3d6dd5

Please sign in to comment.