MCPcopy Create free account
hub / github.com/tiann/hapi / wait

Function wait

cli/src/codex/utils/codexSessionScanner.test.ts:9–9  ·  view source on GitHub ↗
(ms: number)

Source from the content-addressed store, hash-verified

7import type { CodexSessionEvent } from './codexEventConverter';
8
9const wait = (ms: number) => new Promise((resolve) => setTimeout(resolve, ms));
10
11describe('codexSessionScanner', () => {
12 let testDir: string;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected