Skip to content

Commit

Permalink
Increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
marceloneppel committed Oct 23, 2023
1 parent c35ecb6 commit 44d9d4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -864,7 +864,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=1000, wait_for_exact_units=count
apps=[application_name], status="active", timeout=1500, wait_for_exact_units=count
)


Expand Down

0 comments on commit 44d9d4f

Please sign in to comment.