From e538aa0de2bf41988e56e64b26df4c87627727b8 Mon Sep 17 00:00:00 2001 From: Carl Csaposs Date: Mon, 3 Jul 2023 16:53:41 +0000 Subject: [PATCH] Update wait_timeout --- src/relations/deprecated_shared_db_database_provides.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/relations/deprecated_shared_db_database_provides.py b/src/relations/deprecated_shared_db_database_provides.py index bbe8d9bb..70ccf49e 100644 --- a/src/relations/deprecated_shared_db_database_provides.py +++ b/src/relations/deprecated_shared_db_database_provides.py @@ -96,7 +96,7 @@ def set_databag( self._local_unit_databag["allowed_units"] = self._remote_unit_name self._local_unit_databag["db_host"] = "127.0.0.1" self._local_unit_databag["db_port"] = "3306" - self._local_unit_databag["wait_timeout"] = "3600" + self._local_unit_databag["wait_timeout"] = "28800" self._local_unit_databag["password"] = password logger.debug(f"Set unit databag {self._id=} {self._remote_unit_name=}")