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.