diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d039085..b9a5b79 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,5 +54,5 @@ jobs: id: start_workers - name: Run E2E tests run: | - npx jest --detectOpenHandles --forceExit --openHandlesTimeout=60000 --watchAll=false -- src/__tests__/e2e/index.test.ts + npx jest --detectOpenHandles --forceExit --openHandlesTimeout=120000 --watchAll=false working-directory: ./apps/api \ No newline at end of file diff --git a/.github/workflows/fly.yml b/.github/workflows/fly.yml index 3bb215b..fe042c6 100644 --- a/.github/workflows/fly.yml +++ b/.github/workflows/fly.yml @@ -54,7 +54,7 @@ jobs: id: start_workers - name: Run E2E tests run: | - npx jest --detectOpenHandles --forceExit --openHandlesTimeout=60000 --watchAll=false -- src/__tests__/e2e/index.test.ts + npx jest --detectOpenHandles --forceExit --openHandlesTimeout=120000 --watchAll=false working-directory: ./apps/api deploy: name: Deploy app