File tree Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Original file line number Diff line number Diff line change 3232 "useMultipleMongoses" : false ,
3333 "uriOptions" : {
3434 "appname" : " lbSDAMErrorTestClient" ,
35+ "socketTimeoutMS" : 500 ,
36+ "connectTimeoutMS" : 500 ,
3537 "retryWrites" : false
3638 },
3739 "observeEvents" : [
6466 "id" : " multiClient" ,
6567 "useMultipleMongoses" : true ,
6668 "uriOptions" : {
67- "retryWrites" : false
69+ "retryWrites" : false ,
70+ "socketTimeoutMS" : 500 ,
71+ "connectTimeoutMS" : 500
6872 },
6973 "observeEvents" : [
7074 " connectionCreatedEvent" ,
282286 " isMaster" ,
283287 " hello"
284288 ],
285- "closeConnection" : true ,
289+ "blockConnection" : true ,
290+ "blockTimeMS" : 1000 ,
286291 "appName" : " lbSDAMErrorTestClient"
287292 }
288293 }
345350 "failCommands" : [
346351 " saslContinue"
347352 ],
348- "closeConnection" : true ,
353+ "blockConnection" : true ,
354+ "blockTimeMS" : 1000 ,
349355 "appName" : " lbSDAMErrorTestClient"
350356 }
351357 }
406412 "failCommands" : [
407413 " getMore"
408414 ],
409- "closeConnection" : true
415+ "blockConnection" : true ,
416+ "blockTimeMS" : 1000
410417 }
411418 }
412419 }
You can’t perform that action at this time.
0 commit comments