diff --git a/tests/integration/test_charm.py b/tests/integration/test_charm.py index 603f424..75b16d0 100644 --- a/tests/integration/test_charm.py +++ b/tests/integration/test_charm.py @@ -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],