From 1c9dfb903d310dacc857f2f5ccd825aa0c9a789c Mon Sep 17 00:00:00 2001 From: Christy Jacob Date: Sat, 9 Sep 2023 01:58:37 +0000 Subject: [PATCH] chore: update ci file --- .github/workflows/tests.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 79cf57a37a..27f580f4ff 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -129,11 +129,11 @@ jobs: run: | docker load --input /tmp/${{ env.IMAGE }}.tar docker compose up -d - sleep 20 + sleep 10 - - name: Additional Sleep for Functions and GraphQL - if: ${{ matrix.services == 'Functions' || matrix.services == 'GraphQL' }} - run: sleep 30 + - name: Additional Sleep for GraphQL + if: ${{ matrix.services == 'GraphQL' }} + run: sleep 60 - 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