inpatience

1.1.1 • Public • Published

Inpatience

Timebox process, useful for processes which sometimes fail silently and then hang forever..

install

npm install -g inpatience

run

inpatience -wait 2 -process process_which_might_hang additional_args -- --moar --options

Waits -wait seconds, if nothing has been written to stdout or stderr in that time, kills the process. Each time something is written to stdout or stderr, resets the timer.

Dependents (0)

Package Sidebar

Install

npm i inpatience

Weekly Downloads

1

Version

1.1.1

License

MIT

Last publish

Collaborators

  • andrewwinterman