There was an error while loading. Please reload this page.
1 parent fcf05d6 commit 0eba572Copy full SHA for 0eba572
1 file changed
.scrutinizer.yml
@@ -57,6 +57,8 @@ build:
57
MYSQL_DATABASE: "scrutinizer"
58
ports:
59
- 3306
60
+ ramdisks:
61
+ - /var/lib/mysql
62
redis: "6"
63
64
environment:
@@ -68,7 +70,7 @@ build:
68
70
API_DB_NAME: "scrutinizer"
69
71
API_DB_USER: "root"
72
API_DB_PASSWORD: "scrutinizer"
- API_DB_TIMEOUT: "90"
73
+ API_DB_TIMEOUT: "300"
74
75
DB_HOST: "127.0.0.1"
76
DB_PORT: "3306"
@@ -88,7 +90,8 @@ build:
88
90
- composer install -o --no-interaction --no-progress --prefer-dist --classmap-authoritative
89
91
92
# 🧠 Warmup DB (skip timing problems)
- - php tests/bootstrap/prepare_api_mysql.php
93
+ - command: php tests/bootstrap/prepare_api_mysql.php
94
+ idle_timeout: 600
95
96
# ⚙️ Dynamic config
97
- php -r '
0 commit comments