Sets a time to wait before abandoning promises that are pending (launched but not yet settled).

interface TimeoutOptions {
    timeoutMs: number;
}

Properties

Properties

timeoutMs: number

The number of milliseconds to wait before considering a Job to be failed.