tighten time to stop schedueler

This commit is contained in:
Sam 2017-07-24 15:19:54 -04:00
parent 0c47153808
commit f97fb7b70c
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ module Scheduler
enq(nil) enq(nil)
Thread.new do Thread.new do
sleep 5 sleep 0.5
@thread.kill @thread.kill
end end