Skip to content

Commit 733bad3

Browse files
committed
test: modified csot test
1 parent f31f4e5 commit 733bad3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

test/integration/client-side-operations-timeout/unified-csot-node-specs/command-execution.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"description": "timeoutMS behaves correctly during command execution",
3-
"schemaVersion": "1.9",
3+
"schemaVersion": "1.26",
44
"runOnRequirements": [
55
{
66
"minServerVersion": "4.4.7",
@@ -68,8 +68,10 @@
6868
"appName": "reduceMaxTimeMSTest",
6969
"w": 1,
7070
"timeoutMS": 500,
71-
"heartbeatFrequencyMS": 500
71+
"heartbeatFrequencyMS": 500,
72+
"minPoolSize": 1
7273
},
74+
"awaitMinPoolSizeMS": 10000,
7375
"observeEvents": [
7476
"commandStartedEvent"
7577
]

0 commit comments

Comments
 (0)