ci: Increase timeout for MariaDB and MySQL tests (#14961)

This commit is contained in:
Iván Ovejero
2025-04-29 14:48:50 +02:00
committed by GitHub
parent 8981e22dd4
commit cc723a12e8

View File

@@ -122,7 +122,7 @@ jobs:
- name: Test MariaDB
working-directory: packages/cli
run: pnpm test:mariadb --testTimeout 30000
run: pnpm test:mariadb --testTimeout 60000
mysql:
name: MySQL (${{ matrix.service-name }})
@@ -166,7 +166,7 @@ jobs:
- name: Test MySQL
working-directory: packages/cli
run: pnpm test:mysql --testTimeout 30000
run: pnpm test:mysql --testTimeout 60000
postgres:
name: Postgres