Skip to content

Commit

Permalink
build: See if longer timeout will fix sometimes-failing LZMAStream test
Browse files Browse the repository at this point in the history
  • Loading branch information
beorn committed Jan 11, 2022
1 parent baf31a9 commit fb45f7e
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 @@ -35,7 +35,7 @@
"install": "node-gyp-build",
"prebuild": "prebuildify --napi --tag-armv",
"prepack": "[ $(ls prebuilds | wc -l) = '6' ] || (echo 'Some prebuilds are missing'; exit 1)",
"test": "mocha --expose-gc -s 1000 -t 5000",
"test": "mocha --expose-gc -s 1000 -t 10000",
"prepare": "npm run prepare-win32 || true",
"prepare-win32": "cd deps && 7z x -y xz-5.2.3-windows.7z bin_i686/liblzma.dll bin_x86-64/liblzma.dll include doc/liblzma.def",
"jshint": "jshint ."
Expand Down

0 comments on commit fb45f7e

Please sign in to comment.