Merge pull request #793 from Hywan/test-crypto-nodejs-timeout

test(crypto-nodejs): Increase timeout
This commit is contained in:
Benjamin Kampmann
2022-06-29 12:58:11 +02:00
committed by GitHub
@@ -22,7 +22,7 @@
},
"scripts": {
"build": "napi build --platform --release --strip",
"test": "jest --verbose",
"test": "jest --verbose --testTimeout 10000",
"doc": "typedoc --tsconfig ."
}
}