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.
1 parent 4a5745d commit c639e34Copy full SHA for c639e34
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