Skip to content

Commit

Permalink
[MISC] Increase timeout to stabilize tests
Browse files Browse the repository at this point in the history
  • Loading branch information
deusebio committed Oct 20, 2024
1 parent 168521f commit db870b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ async def test_deploy_charms_relate_active(

async with ops_test.fast_forward(fast_interval="60s"):
await ops_test.model.wait_for_idle(
apps=[APP_NAME, DUMMY_NAME_1, ZK], idle_period=30, status="active"
apps=[APP_NAME, DUMMY_NAME_1, ZK], idle_period=30, status="active", timeout=1200
)

usernames.update(get_client_usernames(ops_test))
Expand Down

0 comments on commit db870b2

Please sign in to comment.