MCPcopy Create free account
hub / github.com/ConsortiumAI/Consortium / time.ts

File time.ts

packages/consortium-cli/src/utils/time.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export async function delay(ms: number) {
2 return new Promise(resolve => setTimeout(resolve, ms));
3}
4

Callers

nothing calls this directly

Calls 1

createBackoffFunction · 0.85

Tested by

no test coverage detected