File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -378,7 +378,7 @@ async def test_explain_csot(self):
378
378
# Obtain the command started event for the explain. Confirm that the top-level explain command should has a maxTimeMS value of 2000.
379
379
started = listener .started_events
380
380
self .assertEqual (len (started ), 1 )
381
- assert 1900 < started [0 ].command ["maxTimeMS" ] <= 2000
381
+ assert 1500 < started [0 ].command ["maxTimeMS" ] <= 2000
382
382
383
383
async def test_hint (self ):
384
384
db = self .db
Original file line number Diff line number Diff line change @@ -370,7 +370,7 @@ def test_explain_csot(self):
370
370
# Obtain the command started event for the explain. Confirm that the top-level explain command should has a maxTimeMS value of 2000.
371
371
started = listener .started_events
372
372
self .assertEqual (len (started ), 1 )
373
- assert 1900 < started [0 ].command ["maxTimeMS" ] <= 2000
373
+ assert 1500 < started [0 ].command ["maxTimeMS" ] <= 2000
374
374
375
375
def test_hint (self ):
376
376
db = self .db
You can’t perform that action at this time.
0 commit comments