Commit c955a26

mo <mo.khan@gmail.com>
2019-07-24 21:25:24
display command that caused the timeout error
1 parent 13d4c91
Changed files (1)
lib/examine.rb
@@ -88,8 +88,7 @@ module Examine
       end
 
       def wait_until(command)
-        puts command
-        Timeout.timeout(60) do
+        Timeout.timeout(60, nil, command) do
           wait until system(command)
         end
       end