Skip to content

Commit

Permalink
bump node test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanBoyle committed Oct 8, 2020
1 parent bf68108 commit 42f301a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/nodejs/Makefile
Expand Up @@ -42,7 +42,7 @@ install_plugin:: build
install:: install_package install_plugin

istanbul_tests:: build
./node_modules/.bin/istanbul test --print none _mocha -- --timeout 60000 'bin/tests/**/*.spec.js'
./node_modules/.bin/istanbul test --print none _mocha -- --timeout 90000 'bin/tests/**/*.spec.js'
./node_modules/.bin/istanbul report text-summary
./node_modules/.bin/istanbul report text

Expand Down

0 comments on commit 42f301a

Please sign in to comment.