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

This commit is contained in:
james 2025-06-03 19:23:10 +08:00
parent 0b67a89d09
commit 84c7d7ad84

View File

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