test-queue-worker-reload: Fix expected number of workers.

This commit is contained in:
Mateusz Mandera 2020-01-31 13:23:10 +01:00 committed by Tim Abbott
parent 91a32fecbe
commit a583da67b3
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,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] 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:
failed = False