From 879f7546a7e5e5b636ddab9ed51524ef0c4f3034 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 13:59:27 +0200 Subject: [PATCH] ci: Increase timeout for DB tests (no-changelog) since we have more and more tests, and because we run the cli tests 4 times, we've had timeout issues lately. --- .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 068c97740fd5c..adf381395b1e7 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