Skip to content

Commit

Permalink
Update timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
surfinzap committed Sep 21, 2024
1 parent 1686754 commit 283f921
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
# Run tests and output results to a file
- name: Run tests and capture output
run: |
pnpm test --timeout 10000 > test-result.txt
pnpm test > test-result.txt
env:
CI: true

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"scripts": {
"dev": "gulp watch",
"build": "gulp build",
"test": "mocha --require @babel/register ./src/test/**/*.test.js -R spec --no-colors",
"test": "mocha --require @babel/register ./src/test/**/*.test.js -R min --no-colors --timeout 10000",
"test:dev": "mocha --require @babel/register ./src/test/**/*.test.js -R min -w",
"lint": "eslint src/",
"prepare": "husky"
Expand Down

0 comments on commit 283f921

Please sign in to comment.