mirror of https://github.com/zulip/zulip.git
test-queue-worker-reload: Fix expected number of workers.
This commit is contained in:
parent
91a32fecbe
commit
a583da67b3
|
@ -14,7 +14,7 @@ sanity_check.check_venv(__file__)
|
||||||
|
|
||||||
# TODO: Convert this to use scripts/lib/queue_workers.py
|
# TODO: Convert this to use scripts/lib/queue_workers.py
|
||||||
TOOLS_DIR = os.path.dirname(os.path.abspath(__file__))
|
TOOLS_DIR = os.path.dirname(os.path.abspath(__file__))
|
||||||
successful_worker_launch = '[process_queue] 20 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:
|
def check_worker_launch(run_dev: "subprocess.Popen[str]") -> bool:
|
||||||
failed = False
|
failed = False
|
||||||
|
|
Loading…
Reference in New Issue