Skip to content

Commit

Permalink
Increas timeout before check for a
Browse files Browse the repository at this point in the history
cluster status after the network was restored
  • Loading branch information
dmitry-ratushnyy committed Dec 12, 2023
1 parent 28741c0 commit ecf364e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/ha_tests/test_ha.py
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,7 @@ 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(MEDIAN_REELECTION_TIME * 3)
time.sleep(60)

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

Expand Down

0 comments on commit ecf364e

Please sign in to comment.