From 8d77a8fd5f4213938a1366c09d8f07f96a9cfa51 Mon Sep 17 00:00:00 2001 From: Dima Tisnek Date: Tue, 3 Dec 2024 23:30:28 +0900 Subject: [PATCH] chore: try to bump timeout manually for the failing test --- tests/integration/test_unit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/test_unit.py b/tests/integration/test_unit.py index 4f7be5468..91eef8b81 100644 --- a/tests/integration/test_unit.py +++ b/tests/integration/test_unit.py @@ -265,7 +265,7 @@ async def test_subordinate_units(): u_app = await model.deploy("ubuntu") n_app = await model.deploy("ntp") await model.relate("ubuntu", "ntp") - await model.wait_for_idle() + await model.wait_for_idle(timeout=120) # model subordinates model_subs = model.subordinate_units