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:
Mateusz Mandera 2020-10-18 13:01:49 +02:00 committed by Tim Abbott
parent 1e5873df9e
commit 269faa342a
1 changed files with 1 additions and 1 deletions

View File

@ -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