Wait for resolving update-status hook errors

The cold boot restart takes too long on update-status. Make the timeout
longer.
This commit is contained in:
David Ames
2020-07-09 09:27:25 -07:00
parent 0287664d92
commit 4546e821c1

View File

@@ -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.