From 238089409a673afa1388a0abf51a9e0b226e4ae5 Mon Sep 17 00:00:00 2001 From: Christy Jacob Date: Sat, 9 Sep 2023 01:39:01 +0000 Subject: [PATCH] chore: update ci file --- .github/workflows/tests.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index cf0eaac4ac..79cf57a37a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -130,6 +130,10 @@ jobs: docker load --input /tmp/${{ env.IMAGE }}.tar docker compose up -d sleep 20 + + - name: Additional Sleep for Functions and GraphQL + if: ${{ matrix.services == 'Functions' || matrix.services == 'GraphQL' }} + run: sleep 30 - name: Run ${{matrix.services}} Tests run: docker compose exec -T appwrite test /usr/src/code/tests/e2e/Services/${{matrix.services}} --debug \ No newline at end of file