diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index 8541faf78..c73484460 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -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: