From 4b3a69da668005f8c18907fcef21edad044908df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jesper=20=C3=98stergaard=20Jensen?= Date: Fri, 10 Jan 2025 15:28:00 +0100 Subject: [PATCH] Update github action file --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6e56b25..85aa888 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -55,8 +55,8 @@ jobs: echo 'Connection failed: ' . \$e->getMessage(); }" - - name: Sleep for 10 seconds - wait for MySQL to start - run: sleep 10 + - name: Sleep for 2 seconds - wait for MySQL to start + run: sleep 2 - name: Run tests run: php vendor/bin/phpunit