MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / delay

Function delay

e2e/cloud/mcp-priming-reconnect.test.ts:22–22  ·  view source on GitHub ↗
(ms: number)

Source from the content-addressed store, hash-verified

20const emailOf = (identity: Identity): string => identity.credentials?.email ?? identity.label;
21
22const delay = (ms: number): Promise<void> => new Promise((resolve) => setTimeout(resolve, ms));
23
24/**
25 * A minimal HTTP relay that forwards to `origin` and, on `sever()`, destroys

Callers 2

severPostMidCallFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected