Skip to content
This repository was archived by the owner on Oct 18, 2023. It is now read-only.

Commit f0df39f

Browse files
increase timeout of test script
1 parent 545e011 commit f0df39f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "opencv4nodejs_test",
33
"version": "1.1.0",
44
"scripts": {
5-
"test": "mocha --require ./globals --timeout 2000 --recursive ./tests",
5+
"test": "mocha --require ./globals --timeout 30000 --recursive ./tests",
66
"test-appveyor": "mocha --require ./globals --timeout 30000 --recursive ./tests",
77
"test-docker": "DOCKER_BUILD=true mocha --require ./globals --timeout 30000 --recursive ./tests",
88
"test-externalMemTrackingOther": "mocha --require ./globals --timeout 30000 --recursive ./externalMemTracking/other",

0 commit comments

Comments
 (0)