Skip to content

Commit

Permalink
Set increase slep time to 10 sec
Browse files Browse the repository at this point in the history
JyskFynskeMedierJoej committed Jan 13, 2025
1 parent 4b3a69d commit 6b67133
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -55,8 +55,8 @@ jobs:
echo 'Connection failed: ' . \$e->getMessage();
}"
- name: Sleep for 2 seconds - wait for MySQL to start
run: sleep 2
- name: Sleep for 10 seconds - wait for MySQL to start
run: sleep 10

- name: Run tests
run: php vendor/bin/phpunit

0 comments on commit 6b67133

Please sign in to comment.