This is an automated email from the ASF dual-hosted git repository.

ephraimanierobi pushed a commit to branch v3-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit eff3f5d336dcf0d96423d20afe6df56d2984bb67
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Jan 16 08:52:02 2026 +0100

    [v3-1-test] increase-mysql-healthcheck-timeout (#60338) (#60343)
    
    (cherry picked from commit 3f0885e79244a69aca25b9be97eb6bbc2e92443b)
    
    Co-authored-by: Rahul Vats <[email protected]>
---
 scripts/ci/docker-compose/backend-mysql.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/scripts/ci/docker-compose/backend-mysql.yml 
b/scripts/ci/docker-compose/backend-mysql.yml
index c248391ffdd..3162d93024b 100644
--- a/scripts/ci/docker-compose/backend-mysql.yml
+++ b/scripts/ci/docker-compose/backend-mysql.yml
@@ -37,8 +37,8 @@ services:
     healthcheck:
       test: ["CMD", "mysqladmin", "status", "-h", "localhost", "-u", "root"]
       interval: 10s
-      timeout: 10s
-      start_period: 30s
+      timeout: 15s
+      start_period: 60s
       retries: 5
     restart: "on-failure"
     command: [

Reply via email to