mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
ci: Increase timeout for MariaDB and MySQL tests again (#18732)
This commit is contained in:
4
.github/workflows/ci-postgres-mysql.yml
vendored
4
.github/workflows/ci-postgres-mysql.yml
vendored
@@ -77,7 +77,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Test MariaDB
|
- name: Test MariaDB
|
||||||
working-directory: packages/cli
|
working-directory: packages/cli
|
||||||
run: pnpm test:mariadb --testTimeout 60000
|
run: pnpm test:mariadb --testTimeout 120000
|
||||||
|
|
||||||
mysql:
|
mysql:
|
||||||
name: MySQL (${{ matrix.service-name }})
|
name: MySQL (${{ matrix.service-name }})
|
||||||
@@ -104,7 +104,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Test MySQL
|
- name: Test MySQL
|
||||||
working-directory: packages/cli
|
working-directory: packages/cli
|
||||||
run: pnpm test:mysql --testTimeout 60000
|
run: pnpm test:mysql --testTimeout 120000
|
||||||
|
|
||||||
postgres:
|
postgres:
|
||||||
name: Postgres
|
name: Postgres
|
||||||
|
|||||||
Reference in New Issue
Block a user