spec/spec_helper.rb in sidekiq-status-0.2.0 vs spec/spec_helper.rb in sidekiq-status-0.3.0
- old
+ new
@@ -63,6 +63,6 @@
sleep 0.1
Process.kill 'TERM', pid
Timeout::timeout(10) { Process.wait pid } rescue Timeout::Error
ensure
Process.kill 'KILL', pid rescue "OK" # it's OK if the process is gone already
-end
\ No newline at end of file
+end