From: Art4 Date: Wed, 6 Nov 2024 23:02:24 +0000 (+0000) Subject: remove interactive timeout X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=7176ba5a0a1f570552b145fb104f827520602170;p=friendica.git remove interactive timeout --- diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index fe56418a44..d4747f06ab 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -16,7 +16,7 @@ jobs: MYSQL_USER: test ports: - 3306/tcp - options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3 --interactive-timeout=28800 + options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3 redis: image: redis ports: