Skip to content

Commit a6f716b

Browse files
sync latest tests to fix CI
1 parent c4f28ea commit a6f716b

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

test/spec/client-side-operations-timeout/deprecated-options.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7042,7 +7042,8 @@
70427042
"keys": {
70437043
"x": 1
70447044
},
7045-
"name": "x_1"
7045+
"name": "x_1",
7046+
"timeoutMS": 100000
70467047
}
70477048
},
70487049
{

test/spec/client-side-operations-timeout/deprecated-options.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3909,6 +3909,7 @@ tests:
39093909
arguments:
39103910
keys: { x: 1 }
39113911
name: "x_1"
3912+
timeoutMS: 100000
39123913
- name: dropIndexes
39133914
object: *collection
39143915
arguments:

0 commit comments

Comments
 (0)