mirror of https://github.com/zulip/zulip.git
test-queue-worker-reload: Fix expected worker count.
We didn't bump this when adding some additional test queues, that run with run-dev.py as of this commit.
This commit is contained in:
parent
1e5873df9e
commit
269faa342a
|
@ -13,7 +13,7 @@ sanity_check.check_venv(__file__)
|
|||
|
||||
# TODO: Convert this to use scripts/lib/queue_workers.py
|
||||
TOOLS_DIR = os.path.dirname(os.path.abspath(__file__))
|
||||
successful_worker_launch = '[process_queue] 16 queue worker threads were launched\n'
|
||||
successful_worker_launch = '[process_queue] 18 queue worker threads were launched\n'
|
||||
|
||||
def check_worker_launch(run_dev: "subprocess.Popen[str]") -> bool:
|
||||
failed = False
|
||||
|
|
Loading…
Reference in New Issue