From 8306fd9ce4b162d6e35ee169cc97de1de326cebf Mon Sep 17 00:00:00 2001 From: bsrdjan Date: Wed, 12 Jul 2023 16:12:54 +0200 Subject: [PATCH] test(cpp): unit test timeout increased --- package.json | 4 ++-- src/cpp/noderfc.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index be993d0..5db9011 100755 --- a/package.json +++ b/package.json @@ -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 electron@25.2.0 --force --strip --verbose", "dev": "prebuildify --napi -t 16.20.0 --force --strip --verbose", "ts": "tsc", diff --git a/src/cpp/noderfc.h b/src/cpp/noderfc.h index 5ca1050..da1afac 100644 --- a/src/cpp/noderfc.h +++ b/src/cpp/noderfc.h @@ -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