From 4546e821c1bf1bf868c2a6c852a97df937b7b660 Mon Sep 17 00:00:00 2001 From: David Ames Date: Thu, 9 Jul 2020 09:27:25 -0700 Subject: [PATCH] Wait for resolving update-status hook errors The cold boot restart takes too long on update-status. Make the timeout longer. --- zaza/openstack/charm_tests/mysql/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zaza/openstack/charm_tests/mysql/tests.py b/zaza/openstack/charm_tests/mysql/tests.py index bf61932..c9a767d 100644 --- a/zaza/openstack/charm_tests/mysql/tests.py +++ b/zaza/openstack/charm_tests/mysql/tests.py @@ -521,7 +521,7 @@ class MySQLInnoDBClusterColdStartTest(MySQLBaseTest): zaza.model.resolve_units( application_name=self.application, erred_hook='update-status', - wait=True) + wait=True, timeout=180) def test_100_reboot_cluster_from_complete_outage(self): """Reboot cluster from complete outage.