diff --git a/test/package.json b/test/package.json index 9e6e5852c..91ed6a5b3 100644 --- a/test/package.json +++ b/test/package.json @@ -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",