mirror of
https://github.com/deepseek-ai/deepseek-harness
synced 2026-08-15 21:04:50 +00:00
5 lines
126 B
TypeScript
5 lines
126 B
TypeScript
/** Deadline subprocess fixture for the Loader-smoke harness. */
|
|
|
|
console.log('fixture hanging')
|
|
setInterval(() => {}, 1_000)
|