mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
ci: Temporarily increase MySQL tests timeout (#12403)
This commit is contained in:
parent
072664b40e
commit
1fe6a2786c
2
.github/workflows/ci-postgres-mysql.yml
vendored
2
.github/workflows/ci-postgres-mysql.yml
vendored
|
@ -106,7 +106,7 @@ jobs:
|
||||||
|
|
||||||
- name: Test MariaDB
|
- name: Test MariaDB
|
||||||
working-directory: packages/cli
|
working-directory: packages/cli
|
||||||
run: pnpm test:mariadb --testTimeout 20000
|
run: pnpm test:mariadb --testTimeout 30000
|
||||||
|
|
||||||
postgres:
|
postgres:
|
||||||
name: Postgres
|
name: Postgres
|
||||||
|
|
Loading…
Reference in a new issue