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

This commit is contained in:
james 2025-06-03 19:06:42 +08:00
parent 7746d1e3bf
commit 4e12ce3bdb

View File

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