Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions scripts/ci/docker-compose/backend-mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ services:
healthcheck:
test: ["CMD", "mysqladmin", "status", "-h", "localhost", "-u", "root"]
interval: 10s
timeout: 10s
start_period: 30s
timeout: 15s
start_period: 60s
retries: 5
restart: "on-failure"
command: [
Expand Down