From 1b1dc0e65520ee0e2b10c1e2bd94a16537288fa0 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: Wed, 10 May 2023 14:16:33 +0000 Subject: [PATCH] ci: Increase timeout for DB tests (no-changelog) (#6221) --- .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 068c97740f..adf381395b 100644 --- a/.github/workflows/ci-postgres-mysql.yml +++ b/.github/workflows/ci-postgres-mysql.yml @@ -9,7 +9,7 @@ jobs: test: runs-on: ubuntu-latest - timeout-minutes: 30 + timeout-minutes: 60 env: DB_MYSQLDB_PASSWORD: password @@ -33,7 +33,7 @@ jobs: with: compose-file: ./.github/docker-compose.yml - - name: Build Core & Workflow + - name: Build Core, Workflow, and CLI run: pnpm --filter n8n-workflow --filter=n8n-core --filter=n8n build - name: Test MySQL