From 1fe6a2786cf46b73dbcc6aedd5144775e4fbf660 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E0=A4=95=E0=A4=BE=E0=A4=B0=E0=A4=A4=E0=A5=8B=E0=A4=AB?= =?UTF-8?q?=E0=A5=8D=E0=A4=AB=E0=A5=87=E0=A4=B2=E0=A4=B8=E0=A5=8D=E0=A4=95?= =?UTF-8?q?=E0=A5=8D=E0=A4=B0=E0=A4=BF=E0=A4=AA=E0=A5=8D=E0=A4=9F=E2=84=A2?= Date: Mon, 30 Dec 2024 14:49:42 +0100 Subject: [PATCH] ci: Temporarily increase MySQL tests timeout (#12403) --- .github/workflows/ci-postgres-mysql.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-postgres-mysql.yml b/.github/workflows/ci-postgres-mysql.yml index bca99ebb65ed8..f6e5e773cb57f 100644 --- a/.github/workflows/ci-postgres-mysql.yml +++ b/.github/workflows/ci-postgres-mysql.yml @@ -106,7 +106,7 @@ jobs: - name: Test MariaDB working-directory: packages/cli - run: pnpm test:mariadb --testTimeout 20000 + run: pnpm test:mariadb --testTimeout 30000 postgres: name: Postgres