We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f31f4e5 commit 733bad3Copy full SHA for 733bad3
test/integration/client-side-operations-timeout/unified-csot-node-specs/command-execution.json
@@ -1,6 +1,6 @@
1
{
2
"description": "timeoutMS behaves correctly during command execution",
3
- "schemaVersion": "1.9",
+ "schemaVersion": "1.26",
4
"runOnRequirements": [
5
6
"minServerVersion": "4.4.7",
@@ -68,8 +68,10 @@
68
"appName": "reduceMaxTimeMSTest",
69
"w": 1,
70
"timeoutMS": 500,
71
- "heartbeatFrequencyMS": 500
+ "heartbeatFrequencyMS": 500,
72
+ "minPoolSize": 1
73
},
74
+ "awaitMinPoolSizeMS": 10000,
75
"observeEvents": [
76
"commandStartedEvent"
77
]
0 commit comments