We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4a5745d + c639e34 commit ee913cfCopy full SHA for ee913cf
src/test/lib/utils/time.test.ts
@@ -4,7 +4,7 @@ import { delay } from '$lib/utils/time';
4
describe('Delay', () => {
5
it('expected to be resolved after the specified delay', async () => {
6
const start = performance.now();
7
- const milliseconds = 100;
+ const milliseconds = 90;
8
await delay(milliseconds);
9
const end = performance.now();
10
0 commit comments