adding openHandlesTimeout
This commit is contained in:
parent
dcccfab4cd
commit
2ca00d8186
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -33,7 +33,7 @@ jobs:
|
|||||||
run: npm run workers &
|
run: npm run workers &
|
||||||
working-directory: ./apps/api
|
working-directory: ./apps/api
|
||||||
- name: Run E2E tests
|
- 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
|
working-directory: ./apps/api
|
||||||
env:
|
env:
|
||||||
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
|
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
|
||||||
|
Loading…
Reference in New Issue
Block a user