From ba2cc4ca2fcdbc64be8024e423c2f5a96f933cf7 Mon Sep 17 00:00:00 2001 From: Renzo Lucioni Date: Fri, 30 Aug 2013 12:42:02 -0400 Subject: [PATCH] Kill processes after running rake --- rakelib/helpers.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/rakelib/helpers.rb b/rakelib/helpers.rb index 6826570a18..18473739b5 100644 --- a/rakelib/helpers.rb +++ b/rakelib/helpers.rb @@ -1,6 +1,7 @@ require 'digest/md5' require 'sys/proctable' require 'colorize' +require 'timeout' def find_executable(exec) path = %x(which #{exec}).strip