Skip to content

Commit

Permalink
added longer timeout because of 2s default
Browse files Browse the repository at this point in the history
  • Loading branch information
dominusmars committed Feb 28, 2024
1 parent 4c42943 commit cc70e47
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 @@ -56,7 +56,7 @@
},
"scripts": {
"test": "mocha -r ts-node/register test/**/*.spec.ts",
"test_integration": "mocha -r ts-node/register tests/**/*.spec.ts",
"test_integration": "mocha -r --timeout 15000 ts-node/register tests/**/*.spec.ts ",
"start": "tsc && cross-env DEV=true node --inspect --trace-warnings ./dist/Tortilla.js",
"start_linux": "tsc && cross-env DEV=true node --inspect --trace-warnings ./dist/Tortilla.js",
"build_linux": "export SALT=$(node -e \"const crypto = require('crypto'); console.log(crypto.randomBytes(256).toString('hex'));\") && export SALT_2=$(node -e \"const crypto = require('crypto'); console.log(crypto.randomBytes(256).toString('hex'));\") && node ./build/prebuild.js $SALT $SALT_2 && tsc && pkg --out-path releases/latest/arm -t \"node16-linux-arm64,node16-win-arm64,node16-macos-arm64\" -C Gzip -c package.json ./dist/Tortilla.js && node ./build/postbuild.js $SALT $SALT_2 && echo 'Binaries are located in releases/latest' ",
Expand Down

0 comments on commit cc70e47

Please sign in to comment.