Skip to content

Commit

Permalink
make sure child processes stay alive for one minute
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards1211 committed Oct 27, 2016
1 parent 98e1732 commit 042ade1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/exec/child.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// does nothing child process
console.log("Child process.id: "+process.pid);
console.log(" - - - - - - - - - - - - - - - - - - - - - - - ");
// keep process alive for one minute
setTimeout(function () {}, 60000);

0 comments on commit 042ade1

Please sign in to comment.