Skip to content

Commit

Permalink
increase timeout of test script
Browse files Browse the repository at this point in the history
  • Loading branch information
justadudewhohacks committed Apr 30, 2019
1 parent 545e011 commit f0df39f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "opencv4nodejs_test",
"version": "1.1.0",
"scripts": {
"test": "mocha --require ./globals --timeout 2000 --recursive ./tests",
"test": "mocha --require ./globals --timeout 30000 --recursive ./tests",
"test-appveyor": "mocha --require ./globals --timeout 30000 --recursive ./tests",
"test-docker": "DOCKER_BUILD=true mocha --require ./globals --timeout 30000 --recursive ./tests",
"test-externalMemTrackingOther": "mocha --require ./globals --timeout 30000 --recursive ./externalMemTracking/other",
Expand Down

0 comments on commit f0df39f

Please sign in to comment.