Skip to content

Commit

Permalink
increase test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
KurtThiemann committed Feb 23, 2024
1 parent 0bfe12c commit 7f490d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"main": "index.js",
"browser": "index-browser.js",
"scripts": {
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js --testTimeout 60000",
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js --testTimeout 120000",
"coverage": "node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage",
"lint": "eslint src/**"
},
Expand Down

0 comments on commit 7f490d2

Please sign in to comment.