MCPcopy Create free account
hub / github.com/deepnote/vscode-deepnote / timeout

Function timeout

src/platform/common/utils/events.unit.test.ts:17–17  ·  view source on GitHub ↗
(timeout: number)

Source from the content-addressed store, hash-verified

15 let disposables: IDisposable[] = [];
16
17 const timeout = (timeout: number) => new Promise((resolve) => setTimeout(resolve, timeout));
18
19 setup(() => {
20 clock = fakeTimers.install();

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected