Skip to content

Commit

Permalink
increate the timeout for the mocha tests
Browse files Browse the repository at this point in the history
  • Loading branch information
roncodes committed Dec 25, 2024
1 parent b68787c commit 13a1afb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: pnpm install

- name: Test
run: pnpm test
run: pnpm test --timeout 10000
env:
FLEETBASE_KEY: ${{ secrets.FLEETBASE_KEY }}
FLEETBASE_HOST: ${{ secrets.FLEETBASE_HOST }}
Expand Down

0 comments on commit 13a1afb

Please sign in to comment.