Skip to content

Commit

Permalink
Increasing number of workers
Browse files Browse the repository at this point in the history
  • Loading branch information
TarekAbouChakra committed Mar 4, 2024
1 parent 27f8001 commit b9bf2de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_metahyper/test_locking.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def test_filelock() -> None:
try:
assert not results_dir.exists()
# Wait for them
p_list = launch_example_processes(n_workers=2)
p_list = launch_example_processes(n_workers=4)
for p in p_list:
p.wait()
out, _ = p.communicate()
Expand Down

0 comments on commit b9bf2de

Please sign in to comment.