Skip to content

Commit 98418ed

Browse files
committed
Don't start concurrency tests until all processes are running
I had missed that we were running 5 and not 4 there, oops.
1 parent b2a6f7b commit 98418ed

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.5.second) # 3 workers working the default queue + scheduler + supervisor
1818
end
1919

2020
teardown do

0 commit comments

Comments
 (0)