Skip to content

Commit

Permalink
Timeout 15s
Browse files Browse the repository at this point in the history
  • Loading branch information
auxten committed Aug 28, 2024
1 parent da6903c commit dbda562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"scripts": {
"install": "npm run libchdb && npm run build",
"test": "mocha --timeout 5000",
"test": "mocha --timeout 15000",
"libchdb": "curl -sL https://lib.chdb.io | bash && cp -a /usr/local/lib/libchdb.so ./ && cp -a /usr/local/include/chdb.h ./",
"fixloaderpath": "./fix_loader_path.sh",
"build": "node-gyp configure build --verbose && npm run fixloaderpath"
Expand Down

0 comments on commit dbda562

Please sign in to comment.