Skip to content

Commit

Permalink
Timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
dragomirp committed Nov 20, 2023
1 parent 6446751 commit 8719f03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/integration/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -867,7 +867,7 @@ async def scale_application(ops_test: OpsTest, application_name: str, count: int
]
await ops_test.model.applications[application_name].destroy_units(*units)
await ops_test.model.wait_for_idle(
apps=[application_name], status="active", timeout=1500, wait_for_exact_units=count
apps=[application_name], status="active", timeout=2000, wait_for_exact_units=count
)


Expand Down
2 changes: 1 addition & 1 deletion tests/integration/test_charm.py
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ async def test_scale_down_and_up(ops_test: OpsTest):
await ops_test.model.wait_for_idle(
apps=[DATABASE_APP_NAME],
status="active",
timeout=1000,
timeout=2000,
wait_for_exact_units=initial_scale,
)

Expand Down

0 comments on commit 8719f03

Please sign in to comment.