Skip to content

Commit 00f540e

Browse files
committed
rm sleep
1 parent 68d27b3 commit 00f540e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/integration/crud/maxTimeMS.test.ts

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

0 commit comments

Comments
 (0)