We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da6903c commit dbda562Copy full SHA for dbda562
package.json
@@ -9,7 +9,7 @@
9
},
10
"scripts": {
11
"install": "npm run libchdb && npm run build",
12
- "test": "mocha --timeout 5000",
+ "test": "mocha --timeout 15000",
13
"libchdb": "curl -sL https://lib.chdb.io | bash && cp -a /usr/local/lib/libchdb.so ./ && cp -a /usr/local/include/chdb.h ./",
14
"fixloaderpath": "./fix_loader_path.sh",
15
"build": "node-gyp configure build --verbose && npm run fixloaderpath"
0 commit comments