Skip to content

Commit

Permalink
tests: increase tenant to not finish in one go
Browse files Browse the repository at this point in the history
  • Loading branch information
VladLazar committed Jun 27, 2024
1 parent 4a51710 commit 2ee37d4
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 @@ -1636,7 +1636,7 @@ def test_background_operation_cancellation(neon_env_builder: NeonEnvBuilder):
env = neon_env_builder.init_configs()
env.start()

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

Expand Down

0 comments on commit 2ee37d4

Please sign in to comment.