Skip to content

Commit 18b047e

Browse files
committed
fix
1 parent b2a6f7b commit 18b047e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: test/integration/concurrency_controls_test.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class ConcurrencyControlsTest < ActiveSupport::TestCase
1414

1515
@pid = run_supervisor_as_fork(mode: :all, load_configuration_from: { workers: [ default_worker ], scheduler: scheduler })
1616

17-
wait_for_registered_processes(4, timeout: 0.2.second) # 3 workers working the default queue + supervisor
17+
wait_for_registered_processes(5, timeout: 0.2.second) # 3 workers working the default queue + supervisor
1818
end
1919

2020
teardown do

0 commit comments

Comments
 (0)