From 02ae69c367286511156315f962d0a16877013e37 Mon Sep 17 00:00:00 2001 From: Michal Miszczyszyn Date: Thu, 24 Jun 2021 12:16:06 +0200 Subject: [PATCH] chore: fixed test --- __tests__/plugins.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',