Skip to content
This repository was archived by the owner on May 5, 2021. It is now read-only.

Commit 9229965

Browse files
Gorashdmo-odoo
authored andcommitted
[FIX] FollowRange: remove race exception
1 parent e67ec87 commit 9229965

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/plugin-dom-follow-range/test/FollowRange.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import { Shadow } from '../../plugin-shadow/src/Shadow';
1717
import { Html } from '../../plugin-html/src/Html';
1818

1919
function waitToolbarRedraw(): Promise<void> {
20-
return new Promise(r => setTimeout(r, 5));
20+
return new Promise(r => setTimeout(r, 20));
2121
}
2222

2323
const container = document.createElement('div');

0 commit comments

Comments
 (0)