更新 .gitea/workflows/test.yml
Some checks failed
Run Unit Tests / test (push) Failing after 3m36s

This commit is contained in:
james 2025-06-03 19:07:33 +08:00
parent 4e12ce3bdb
commit 0b67a89d09

View File

@ -22,10 +22,10 @@ jobs:
composer global show phpunit/phpunit
composer install --no-interaction --prefer-dist
- name: Delay for 2 seconds before running tests
- name: Delay for 200 seconds before running tests
run: |
echo "⏳ Waiting for 2 seconds before running PHPUnit tests..."
sleep 2
echo "⏳ Waiting for 200 seconds before running PHPUnit tests..."
sleep 200
- name: Run PHPUnit tests
run: |