Skip to content

Commit

Permalink
tests: bump shard count in background op cancellation test
Browse files Browse the repository at this point in the history
  • Loading branch information
VladLazar committed Dec 11, 2024
1 parent 0685b44 commit 1940d8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_runner/regress/test_storage_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -2136,7 +2136,7 @@ def test_background_operation_cancellation(neon_env_builder: NeonEnvBuilder):
env.start()

tenant_count = 10
shard_count_per_tenant = 8
shard_count_per_tenant = 16
tenant_ids = []

for _ in range(0, tenant_count):
Expand Down

0 comments on commit 1940d8c

Please sign in to comment.