From 3b2d3d9072a2d8089f32b4b33179fd441066cdd4 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Wed, 9 Sep 2020 05:05:41 +0000 Subject: [PATCH] fix(core): update --- test/test.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/test.ts b/test/test.ts index 4e0507f..f0d9aa0 100644 --- a/test/test.ts +++ b/test/test.ts @@ -104,7 +104,7 @@ tap.test('expect to get instance of Car', async () => { }); console.log(`took ${Date.now() - timeStart}`); counter++; - } while (counter < 2000); + } while (counter < 30); }); tap.test('expect to get instance of Car', async () => { @@ -116,7 +116,7 @@ tap.test('expect to get instance of Car', async () => { } as any); console.log(`took ${Date.now() - timeStart}`); counter++; - } while (counter < 2000); + } while (counter < 30); }); tap.test('expect to get instance of Car and update it', async () => {