Skip to content

Commit

Permalink
Increment timeout values
Browse files Browse the repository at this point in the history
  • Loading branch information
mateoflorido committed Apr 1, 2024
1 parent df571d2 commit 018de58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ async def deploy_model(
apps=list(bundle.applications),
status="active",
raise_on_blocked=raise_on_blocked,
timeout=15 * 60,
timeout=30 * 60,
)
yield the_model

Expand Down Expand Up @@ -321,7 +321,7 @@ async def cos_lite_installed(ops_test: OpsTest, cos_model: Model):

await cos_model.block_until(
lambda: all(app in cos_model.applications for app in cos_charms),
timeout=60,
timeout=5 * 60,
)
await cos_model.wait_for_idle(status="active", timeout=20 * 60, raise_on_error=False)

Expand Down

0 comments on commit 018de58

Please sign in to comment.