Skip to content

Commit

Permalink
debug: use 1 replica
Browse files Browse the repository at this point in the history
  • Loading branch information
kiendang committed May 21, 2024
1 parent b651fa6 commit 556a701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/container_workload/pool_image_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def test_pool_launch(
worker_pool_res = domain_client.api.services.worker_pool.launch(
name=worker_pool_name,
image_uid=worker_image.id,
num_workers=3,
num_workers=1,
)
assert not isinstance(worker_pool_res, SyftError)
assert len(worker_pool_res) == 3
Expand Down

0 comments on commit 556a701

Please sign in to comment.