Add tables-step timeout env knobs to compose, docs, and e2e

This commit is contained in:
Kevin Veen-Birkenbach
2026-02-14 04:52:26 +01:00
parent fb42167b89
commit aac01810a1
5 changed files with 10 additions and 0 deletions

View File

@@ -173,6 +173,8 @@ class TestRootDockerComposeDefinition(unittest.TestCase):
self.assertIn("MATOMO_INSTALLER_READY_TIMEOUT_S:", bootstrap_block)
self.assertIn("MATOMO_INSTALLER_STEP_TIMEOUT_S:", bootstrap_block)
self.assertIn("MATOMO_INSTALLER_STEP_DEADLINE_S:", bootstrap_block)
self.assertIn("MATOMO_INSTALLER_TABLES_CREATION_TIMEOUT_S:", bootstrap_block)
self.assertIn("MATOMO_INSTALLER_TABLES_ERASE_TIMEOUT_S:", bootstrap_block)
matomo_block = _extract_service_block(cfg.stdout, "matomo")
self.assertIn("healthcheck:", matomo_block)