From 2ca00d81866063aef302fa0960d68889c4aee9c6 Mon Sep 17 00:00:00 2001 From: rafaelsideguide <150964962+rafaelsideguide@users.noreply.github.com> Date: Thu, 18 Apr 2024 17:03:52 -0300 Subject: [PATCH] adding openHandlesTimeout --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}