Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
export
async
function
delay(ms: number) {
2
return
new
Promise(resolve => setTimeout(resolve, ms));
3
}
4
Callers
nothing calls this directly
Calls
1
createBackoff
Function · 0.85
Tested by
no test coverage detected