We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc08656 commit 023f610Copy full SHA for 023f610
test/integration/processes_lifecycle_test.rb
@@ -39,6 +39,7 @@ class ProcessLifecycleTest < ActiveSupport::TestCase
39
40
signal_process(@pid, :KILL, wait: 0.15.seconds)
41
wait_for_jobs_to_finish_for(2.seconds)
42
+ wait_for_registered_processes(1, timeout: 3.second)
43
44
assert_not process_exists?(@pid)
45
0 commit comments