diff --git a/tests/test_bundle.py b/tests/test_bundle.py index 2387dad1..827cd85d 100644 --- a/tests/test_bundle.py +++ b/tests/test_bundle.py @@ -275,7 +275,7 @@ async def test_enable_ingress_auth(ops_test: OpsTest): await ops_test.model.wait_for_idle( status="active", raise_on_blocked=False, - timeout=60 * 20, + timeout=60 * 15, ) # Wait for the pods from our secondary workload, just in case. This should be faster than diff --git a/tests/test_bundle_tls_provider.py b/tests/test_bundle_tls_provider.py index 9afa6d63..260c15a4 100644 --- a/tests/test_bundle_tls_provider.py +++ b/tests/test_bundle_tls_provider.py @@ -27,7 +27,6 @@ def lightkube_client() -> lightkube.Client: @pytest.mark.abort_on_fail -@pytest.mark.skip_if_deployed async def test_build_and_deploy_istio_charms(ops_test: OpsTest): """Build and deploy istio-operators with TLS configuration.""" charms_path = "./charms/istio" diff --git a/tests/test_bundle_tls_secret.py b/tests/test_bundle_tls_secret.py index 2cacac4b..7cd85360 100644 --- a/tests/test_bundle_tls_secret.py +++ b/tests/test_bundle_tls_secret.py @@ -24,7 +24,6 @@ def lightkube_client() -> lightkube.Client: @pytest.mark.abort_on_fail -@pytest.mark.skip_if_deployed async def test_build_and_deploy_istio_charms(ops_test: OpsTest): """Build and deploy istio-operators with TLS configuration.""" charms_path = "./charms/istio"