Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ckeditor/ckeditor5-react
/ timeout
Function
timeout
tests/_utils/timeout.js:6–10 ·
view source on GitHub ↗
( ms )
Source
from the content-addressed store, hash-verified
4
*/
5
6
export
function
timeout( ms ) {
7
return
new
Promise( resolve => {
8
setTimeout( resolve, ms );
9
} );
10
}
Callers
10
testSemaphoreForWatchdog
Function · 0.90
create
Method · 0.90
turnOffErrors
Function · 0.90
ckeditorcontext.test.tsx
File · 0.90
useMultiRootEditor.test.tsx
File · 0.90
testSemaphoreForWatchdog
Function · 0.90
create
Method · 0.90
ckeditor-classiceditor.test.tsx
File · 0.90
createAndDestroy
Function · 0.90
useAsyncCallback.test.tsx
File · 0.90
Calls
no outgoing calls
Tested by
5
testSemaphoreForWatchdog
Function · 0.72
create
Method · 0.72
testSemaphoreForWatchdog
Function · 0.72
create
Method · 0.72
createAndDestroy
Function · 0.72
Used in the wild
real call sites across dependent graphs
searching dependent graphs…