mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-14 09:25:55 +08:00
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…
x
Reference in New Issue
Block a user