We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4db1f1f commit b61bbdfCopy full SHA for b61bbdf
test/integration/recurring_tasks_test.rb
@@ -30,8 +30,6 @@ class RecurringTasksTest < ActiveSupport::TestCase
30
assert_equal "42", result.value
31
end
32
33
-
34
- # no need to stop @pid supervisor - that will be handled in teardown
35
36
37
test "persist and delete configured tasks" do
@@ -61,8 +59,6 @@ class RecurringTasksTest < ActiveSupport::TestCase
61
59
62
60
scheduler1.stop
63
scheduler2.stop
64
65
66
67
68
private
@@ -93,6 +89,5 @@ def terminate_gracefully(pid)
93
89
94
90
terminate_process(pid)
95
91
wait_for_registered_processes(0, timeout: SolidQueue.shutdown_timeout)
96
- sleep SolidQueue.shutdown_timeout
97
92
98
0 commit comments