Skip to content

Commit 7a23092

Browse files
committed
wip
1 parent 0fee7ae commit 7a23092

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/crud/maxTimeMS.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ describe('MaxTimeMS', function () {
141141
.db()
142142
.dropCollection('cappedAt3')
143143
.catch(() => null);
144-
await sleep(500);
144+
await sleep(100); // Need to make sure it has had time to drop entirely
145145
cappedCollection = await client
146146
.db()
147147
.createCollection('cappedAt3', { capped: true, size: 4096, max: 3 });

0 commit comments

Comments
 (0)