mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
ci: Increase timeout of MySQL tests (#9332)
This commit is contained in:
3
.github/workflows/ci-postgres-mysql.yml
vendored
3
.github/workflows/ci-postgres-mysql.yml
vendored
@@ -7,6 +7,7 @@ on:
|
|||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
paths:
|
||||||
- packages/cli/src/databases/**
|
- packages/cli/src/databases/**
|
||||||
|
- .github/workflows/ci-postgres-mysql.yml
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: db-${{ github.event.pull_request.number || github.ref }}
|
group: db-${{ github.event.pull_request.number || github.ref }}
|
||||||
@@ -92,7 +93,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Test MySQL
|
- name: Test MySQL
|
||||||
working-directory: packages/cli
|
working-directory: packages/cli
|
||||||
run: pnpm test:mysql
|
run: pnpm test:mysql --testTimeout 20000
|
||||||
|
|
||||||
postgres:
|
postgres:
|
||||||
name: Postgres
|
name: Postgres
|
||||||
|
|||||||
Reference in New Issue
Block a user