Skip to content

Commit

Permalink
test(cpp): unit test timeout increased
Browse files Browse the repository at this point in the history
  • Loading branch information
bsrdjan committed Jul 12, 2023
1 parent a313b97 commit 8306fd9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@
],
"scripts": {
"install": "node-gyp-build",
"jest": "jest --testPathIgnorePatterns throughput --testTimeout 30000",
"jest": "jest --testPathIgnorePatterns throughput --testTimeout 60000",
"lint": "npm run lintts && npm run lintcpp && npm audit --omit=dev && reuse lint",
"lintcpp": "cppcheck -I node_modules/node-addon_api --enable=all --inline-suppr src/cpp",
"lintts": "eslint src/ts test --ext ts",
"test": "jest --testPathIgnorePatterns throughput --testTimeout 30000",
"test": "jest --testPathIgnorePatterns throughput --testTimeout 60000",
"cpp": "prebuildify --napi -t 16.20.0 -t [email protected] --force --strip --verbose",
"dev": "prebuildify --napi -t 16.20.0 --force --strip --verbose",
"ts": "tsc",
Expand Down
2 changes: 1 addition & 1 deletion src/cpp/noderfc.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#define NODERFC_VERSION "Deactivate logging: LOG_RFC_CLIENT"
#else
// client binding version
#define NODERFC_VERSION "3.0.0"
#define NODERFC_VERSION "3.1.0"
#endif

template <typename... Args>
Expand Down

0 comments on commit 8306fd9

Please sign in to comment.