Skip to main content
MessagingOptions.timeout - child_process - Node documentation
property MessagingOptions.timeout

Usage in Deno

import { type MessagingOptions } from "node:child_process";

In milliseconds the maximum amount of time the process is allowed to run.

Type

number | undefined