From 0a4c3c3b53b8f0765f0d43d2c5434c3404bd0ab5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Ovejero?= Date: Mon, 25 Aug 2025 13:01:29 +0200 Subject: [PATCH] ci: Increase timeout for MariaDB and MySQL tests again (#18732) --- .github/workflows/ci-postgres-mysql.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-postgres-mysql.yml b/.github/workflows/ci-postgres-mysql.yml index 87dc60cc2f..e94c46564f 100644 --- a/.github/workflows/ci-postgres-mysql.yml +++ b/.github/workflows/ci-postgres-mysql.yml @@ -77,7 +77,7 @@ jobs: - name: Test MariaDB working-directory: packages/cli - run: pnpm test:mariadb --testTimeout 60000 + run: pnpm test:mariadb --testTimeout 120000 mysql: name: MySQL (${{ matrix.service-name }}) @@ -104,7 +104,7 @@ jobs: - name: Test MySQL working-directory: packages/cli - run: pnpm test:mysql --testTimeout 60000 + run: pnpm test:mysql --testTimeout 120000 postgres: name: Postgres