Skip to content

Commit

Permalink
fix: profile-controller integration tests wait_for_idle (#308)
Browse files Browse the repository at this point in the history
* fix: wait_for_idle all charms
  • Loading branch information
NohaIhab authored Aug 24, 2023
1 parent eb2d479 commit e48bdde
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions charms/kfp-profile-controller/tests/integration/test_charm.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,8 @@ async def test_build_and_deploy(ops_test: OpsTest):
trust=True,
)

await ops_test.model.wait_for_idle(
apps=[CHARM_NAME], status="active", raise_on_blocked=False, timeout=60 * 10
)
# Wait for everything to deploy
await ops_test.model.wait_for_idle(status="active", raise_on_blocked=False, timeout=60 * 10)


@pytest.mark.abort_on_fail
Expand Down

0 comments on commit e48bdde

Please sign in to comment.