Skip to content

Commit

Permalink
chore: try to bump timeout manually for the failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaqq committed Dec 3, 2024
1 parent 0c9cf43 commit 8d77a8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_unit.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ async def test_subordinate_units():
u_app = await model.deploy("ubuntu")
n_app = await model.deploy("ntp")
await model.relate("ubuntu", "ntp")
await model.wait_for_idle()
await model.wait_for_idle(timeout=120)

# model subordinates
model_subs = model.subordinate_units
Expand Down

0 comments on commit 8d77a8f

Please sign in to comment.