sleep here is a better fit

This commit is contained in:
Sam 2018-04-11 16:46:27 +10:00
parent be0366d587
commit f0803e9611
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ task 'docker:test' do
if ENV['PAUSE_ON_TERMINATE']
puts "Pausing prior to termination"
gets
sleep
end
Process.kill("TERM", @redis_pid) if @redis_pid