mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 01:26:44 +00:00
ci: Use pool size of 1 for mysql and mariadb on ci (#19713)
This commit is contained in:
4
.github/workflows/ci-postgres-mysql.yml
vendored
4
.github/workflows/ci-postgres-mysql.yml
vendored
@@ -62,7 +62,7 @@ jobs:
|
||||
timeout-minutes: 20
|
||||
env:
|
||||
DB_MYSQLDB_PASSWORD: password
|
||||
DB_MYSQLDB_POOL_SIZE: 20
|
||||
DB_MYSQLDB_POOL_SIZE: 1
|
||||
DB_MYSQLDB_CONNECTION_TIMEOUT: 120000
|
||||
DB_MYSQLDB_ACQUIRE_TIMEOUT: 120000
|
||||
DB_MYSQLDB_TIMEOUT: 120000
|
||||
@@ -91,7 +91,7 @@ jobs:
|
||||
timeout-minutes: 20
|
||||
env:
|
||||
DB_MYSQLDB_PASSWORD: password
|
||||
DB_MYSQLDB_POOL_SIZE: 30
|
||||
DB_MYSQLDB_POOL_SIZE: 1
|
||||
DB_MYSQLDB_CONNECTION_TIMEOUT: 120000
|
||||
DB_MYSQLDB_ACQUIRE_TIMEOUT: 120000
|
||||
DB_MYSQLDB_TIMEOUT: 120000
|
||||
|
||||
Reference in New Issue
Block a user