| 1 | import { describe, test, expect } from "bun:test"; |
| 2 | import { resolveImportTimeoutMs } from "../bin/gstack-memory-ingest"; |
| 3 | |
| 4 | // #1611: the gbrain import timeout is configurable via GSTACK_INGEST_TIMEOUT_MS |
nothing calls this directly
no test coverage detected