Change MySQL DDL creation timeout back to 10 minutes (from 30 seconds) (#31104)
We use async to monitor ddl execution for MySQL since it does not have the concept of a (non-select) statement timeout. @snoe had originally set this to 10 minutes, but (we believe) this was causing tests to run exceptionally long and 30 seconds felt more reasonable. After receiving customer feedback that we actually do need longer timeouts, we are restoring the timeout to 10 minutes. Links containing context: - https://github.com/metabase/metabase/pull/23443 - https://github.com/metabase/metabase/pull/27858 - https://metaboat.slack.com/archives/CKZEMT1MJ/p1685128597747419 Fixes #31102
Please register or sign in to comment