diff --git a/__tests__/plugins.test.ts b/__tests__/plugins.test.ts index 3a97301..e455d7f 100644 --- a/__tests__/plugins.test.ts +++ b/__tests__/plugins.test.ts @@ -223,7 +223,7 @@ describe('plugins', () => { const before = performance.now(); await Promise.all( - Array.from({ length: 100 }).map(() => + Array.from({ length: 20 }).map(() => app.inject({ method: 'get', path: '/cache',