fix: increase unit test startup sleep from 10s to 30s

The appwrite container needs more time to start before the doctor
command runs, consistent with all other test jobs in the workflow.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
David J Eddy
2026-03-18 16:16:31 +01:00
co-authored by Claude Sonnet 4.6
parent 6cca3df295
commit dc3c92415e
+1 -1
View File
@@ -96,7 +96,7 @@ jobs:
run: |
docker load --input /tmp/${{ env.IMAGE }}.tar
docker compose up -d
sleep 10
sleep 30
- name: Logs
run: docker compose logs appwrite