From 1994048753cac1c6ed5f5b797dfbdaea1a2f58ec Mon Sep 17 00:00:00 2001 From: Dragomir Penev Date: Thu, 26 Oct 2023 14:41:18 +0300 Subject: [PATCH] Increase upgrade timout --- tests/integration/ha_tests/test_upgrade.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/ha_tests/test_upgrade.py b/tests/integration/ha_tests/test_upgrade.py index 2dd8cac653..c58572428f 100644 --- a/tests/integration/ha_tests/test_upgrade.py +++ b/tests/integration/ha_tests/test_upgrade.py @@ -47,7 +47,7 @@ async def test_deploy_latest(ops_test: OpsTest) -> None: logger.info("Wait for applications to become active") async with ops_test.fast_forward(): await ops_test.model.wait_for_idle( - apps=[DATABASE_APP_NAME, APPLICATION_NAME], status="active" + apps=[DATABASE_APP_NAME, APPLICATION_NAME], status="active", timeout=1000 ) assert len(ops_test.model.applications[DATABASE_APP_NAME].units) == 3