Skip to content

Commit

Permalink
Update tests/integration/test_k8s.py
Browse files Browse the repository at this point in the history
Co-authored-by: Adam Dyess <[email protected]>
  • Loading branch information
bschimke95 and addyess authored Apr 3, 2024
1 parent 84a95a3 commit 8d19faa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_k8s.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ async def test_remove_non_leader_control_planes(kubernetes_cluster: model.Model)
await kubernetes_cluster.wait_for_idle(status="active", timeout=5 * 60)
await ready_nodes(leader, expected_nodes - 2)

await k8s.add_unit()
await k8s.add_unit(count=2)
await kubernetes_cluster.wait_for_idle(status="active", timeout=5 * 60)
await ready_nodes(leader, expected_nodes - 1)

Expand Down

0 comments on commit 8d19faa

Please sign in to comment.