Skip to content

Commit dbda562

Browse files
committed
Timeout 15s
1 parent da6903c commit dbda562

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"scripts": {
1111
"install": "npm run libchdb && npm run build",
12-
"test": "mocha --timeout 5000",
12+
"test": "mocha --timeout 15000",
1313
"libchdb": "curl -sL https://lib.chdb.io | bash && cp -a /usr/local/lib/libchdb.so ./ && cp -a /usr/local/include/chdb.h ./",
1414
"fixloaderpath": "./fix_loader_path.sh",
1515
"build": "node-gyp configure build --verbose && npm run fixloaderpath"

0 commit comments

Comments
 (0)