Skip to content

Commit

Permalink
screw it, we're going right to a 10s timeout
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Hiller <[email protected]>
  • Loading branch information
boneskull committed Dec 12, 2018
1 parent 735dc00 commit ea13ccb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package-scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ module.exports = {
integration: {
script: test(
'integration',
'--timeout 5000 --slow 1500 "test/integration/*.spec.js"'
'--timeout 10000 --slow 3750 "test/integration/*.spec.js"'
),
description: 'Run Node.js integration tests',
hiddenFromHelp: true
Expand Down

0 comments on commit ea13ccb

Please sign in to comment.