A kindler, gentler death re: Robby

This commit is contained in:
Jay McCarthy 2013-05-07 20:10:48 -06:00
parent eaf9521336
commit 61feb21c42

View File

@ -78,7 +78,10 @@
(define end-time
(current-inexact-milliseconds))
(subprocess-kill the-process #f)
(sleep)
;; Sleep for 10% of the timeout
;; before sending the death
;; signal
(sleep (* timeout 0.1))
(subprocess-kill the-process #t)
(loop open-ports end-time status log)))
(handle-evt the-process