fix(core): update

This commit is contained in:
Philipp Kunz 2020-09-09 05:05:41 +00:00
parent 3ff5c36fdf
commit 3b2d3d9072

View File

@ -104,7 +104,7 @@ tap.test('expect to get instance of Car', async () => {
}); });
console.log(`took ${Date.now() - timeStart}`); console.log(`took ${Date.now() - timeStart}`);
counter++; counter++;
} while (counter < 2000); } while (counter < 30);
}); });
tap.test('expect to get instance of Car', async () => { tap.test('expect to get instance of Car', async () => {
@ -116,7 +116,7 @@ tap.test('expect to get instance of Car', async () => {
} as any); } as any);
console.log(`took ${Date.now() - timeStart}`); console.log(`took ${Date.now() - timeStart}`);
counter++; counter++;
} while (counter < 2000); } while (counter < 30);
}); });
tap.test('expect to get instance of Car and update it', async () => { tap.test('expect to get instance of Car and update it', async () => {