From ece60449b974ee643ddc08c9f0b121196a5682f9 Mon Sep 17 00:00:00 2001 From: Danny Martini Date: Wed, 8 May 2024 11:00:20 +0200 Subject: [PATCH] ci: Increase timeout of MySQL tests (#9332) --- .github/workflows/ci-postgres-mysql.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-postgres-mysql.yml b/.github/workflows/ci-postgres-mysql.yml index 18c79ce435..2277917532 100644 --- a/.github/workflows/ci-postgres-mysql.yml +++ b/.github/workflows/ci-postgres-mysql.yml @@ -7,6 +7,7 @@ on: pull_request: paths: - packages/cli/src/databases/** + - .github/workflows/ci-postgres-mysql.yml concurrency: group: db-${{ github.event.pull_request.number || github.ref }} @@ -92,7 +93,7 @@ jobs: - name: Test MySQL working-directory: packages/cli - run: pnpm test:mysql + run: pnpm test:mysql --testTimeout 20000 postgres: name: Postgres