ci: increase health timeout for mariadb

Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
Tilman Vatteroth 2023-06-11 13:14:29 +02:00
parent d4bff1b3d9
commit 9521bf9cde

View file

@ -62,7 +62,7 @@ jobs:
MYSQL_PASSWORD: hedgedoc
MYSQL_DATABASE: hedgedoc
MYSQL_ROOT_PASSWORD: hedgedoc
options: --health-cmd "mysqladmin ping" --health-interval 5s --health-timeout 2s --health-retries 5
options: --health-cmd "mysqladmin ping" --health-interval 10s --health-timeout 5s --health-retries 10
ports:
- 3306:3306
steps: