更新 .gitea/workflows/test.yml
Some checks failed
Run Unit Tests / test (push) Has been cancelled

This commit is contained in:
james 2025-06-03 19:03:16 +08:00
parent d79431ba86
commit 7746d1e3bf

View File

@ -24,8 +24,8 @@ jobs:
- name: Delay for 20 seconds before running tests
run: |
echo "⏳ Waiting for 60 seconds before running PHPUnit tests..."
sleep 60
echo "⏳ Waiting for 600 seconds before running PHPUnit tests..."
sleep 600
- name: Run PHPUnit tests
run: |