Skip to content

Commit

Permalink
Fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-ratushnyy committed Dec 12, 2023
1 parent ecf364e commit bc3cde0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration/ha_tests/test_ha.py
Original file line number Diff line number Diff line change
Expand Up @@ -581,9 +581,9 @@ async def test_network_cut(ops_test: OpsTest, continuous_writes, chaos_mesh):

# Remove networkchaos policy isolating instance from cluster
remove_instance_isolation(ops_test)

time.sleep(60)

await wait_until_unit_in_status(ops_test, primary, active_unit, "SECONDARY")

# verify presence of primary, replica set member configuration, and number of primaries
Expand Down

0 comments on commit bc3cde0

Please sign in to comment.