diff --git a/bindings/matrix-sdk-crypto-nodejs/package.json b/bindings/matrix-sdk-crypto-nodejs/package.json index b9c3ee93b..42e547faf 100644 --- a/bindings/matrix-sdk-crypto-nodejs/package.json +++ b/bindings/matrix-sdk-crypto-nodejs/package.json @@ -22,7 +22,7 @@ }, "scripts": { "build": "napi build --platform --release --strip", - "test": "jest --verbose", + "test": "jest --verbose --testTimeout 10000", "doc": "typedoc --tsconfig ." } }