We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03c7bbe commit 7037ef7Copy full SHA for 7037ef7
1 file changed
packages/agent-core/src/harness/env/nodejs.ts
@@ -53,7 +53,7 @@ function resolvePath(cwd: string, path: string): string {
53
}
54
55
/** Convert user-facing timeout seconds into a positive, timer-safe millisecond delay. */
56
-function resolveExecTimeoutMs(timeoutSeconds: unknown): number | undefined {
+export function resolveExecTimeoutMs(timeoutSeconds: unknown): number | undefined {
57
if (
58
typeof timeoutSeconds !== "number" ||
59
!Number.isFinite(timeoutSeconds) ||
0 commit comments