From dc3c92415e1f9fa8407eb8e58e3ce05b20df1bdb Mon Sep 17 00:00:00 2001 From: David J Eddy Date: Wed, 18 Mar 2026 16:16:31 +0100 Subject: [PATCH] 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 --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index cebdc02163..8bfe46a70e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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