Skip to content

Commit

Permalink
use existing time function
Browse files Browse the repository at this point in the history
  • Loading branch information
RafalSiwek committed Dec 27, 2023
1 parent f449050 commit bd7cba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_charm.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ async def test_successfull_deploy_senario(self, ops_test: OpsTest):

await ops_test.model.relate(RELATIONAL_DB_CHARM_NAME, CHARM_NAME)

time.wait(10) # Wait for relation to get active setup
time.sleep(10) # Wait for relation to get active setup

await ops_test.model.wait_for_idle(
apps=[RELATIONAL_DB_CHARM_NAME, CHARM_NAME],
Expand Down

0 comments on commit bd7cba6

Please sign in to comment.