diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 731b30d2..6017a54a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: run: npm run workers & working-directory: ./apps/api - name: Run E2E tests - run: npx jest -- src/__tests__/e2e/index.test.ts + run: npx jest --openHandlesTimeout=60000 -- src/__tests__/e2e/index.test.ts working-directory: ./apps/api env: ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}