From 2d181c035d35888e86e77fa526e24f031323b658 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20Adel=C3=B6w?= Date: Wed, 27 May 2026 22:37:22 +0200 Subject: [PATCH] Add changeset MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 (1M context) Signed-off-by: Fredrik Adelöw --- .changeset/mysql-test-timeout.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/mysql-test-timeout.md diff --git a/.changeset/mysql-test-timeout.md b/.changeset/mysql-test-timeout.md new file mode 100644 index 0000000000..f54e1b349e --- /dev/null +++ b/.changeset/mysql-test-timeout.md @@ -0,0 +1,5 @@ +--- +'@backstage/backend-test-utils': patch +--- + +Increased MySQL connection and pool timeouts to reduce flaky `connect ETIMEDOUT` failures in CI. The test MySQL container now also uses `mysql_native_password` for cheaper connection handshakes and disables binary logging.