test(cli): allow artifact PTY startup contention

This commit is contained in:
Turtle
2026-07-29 22:27:30 +08:00
parent 6b2ed3e24d
commit 5b35132e62

View File

@@ -132,6 +132,8 @@ function smoke(overrides: Partial<TuiPtySmokeOptions> & { label: string }): Prom
binScript: dshBinScript,
tsconfigPath,
env: { DEEPSEEK_API_KEY: 'keyless-tui-no-call' },
// Artifact CI builds and smokes concurrently on a contended runner.
...(process.env.DSH_EXAMPLE_MODE === 'lib' ? { timeoutMs: 60_000 } : {}),
...overrides,
})
}