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

This commit is contained in:
Iván Ovejero
2025-08-25 13:01:29 +02:00
committed by GitHub
parent 4206b4ab50
commit 0a4c3c3b53

View File

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