Skip to content

Commit

Permalink
edits based on review
Browse files Browse the repository at this point in the history
  • Loading branch information
AmberCharitos committed Jan 29, 2024
1 parent 237329d commit 9e7f5a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration/test_upgrades.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ async def deploy(ops_test: OpsTest):

ranger_config = {"ranger-admin-password": SECURE_PWD}
await ops_test.model.deploy(
APP_NAME, channel="stable", config=ranger_config
APP_NAME, channel="edge", config=ranger_config
)

async with ops_test.fast_forward():
await ops_test.model.wait_for_idle(
apps=[POSTGRES_NAME],
status="active",
raise_on_blocked=False,
timeout=2000,
timeout=1500,
)

await ops_test.model.wait_for_idle(
Expand Down

0 comments on commit 9e7f5a8

Please sign in to comment.