Skip to content

Commit ee913cf

Browse files
authored
Merge pull request #1576 from AtCoder-NoviSteps/#1574
🚨 Try to fix test (#1574)
2 parents 4a5745d + c639e34 commit ee913cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/lib/utils/time.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { delay } from '$lib/utils/time';
44
describe('Delay', () => {
55
it('expected to be resolved after the specified delay', async () => {
66
const start = performance.now();
7-
const milliseconds = 100;
7+
const milliseconds = 90;
88
await delay(milliseconds);
99
const end = performance.now();
1010

0 commit comments

Comments
 (0)