We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da6aebf commit 66e40edCopy full SHA for 66e40ed
package.json
@@ -43,7 +43,7 @@
43
"test": "yarn test:bindings && yarn test:bundling && yarn test:electron",
44
"test:bundling": "node test/prepare.mjs bundler && vitest run --testTimeout 60000 ./test/bundler",
45
"test:electron": "node test/prepare.mjs electron && vitest run --testTimeout 60000 ./test/electron",
46
- "test:bindings": "node test/prepare.mjs bindings && vitest run --testTimeout 60000 ./test/bindings"
+ "test:bindings": "node test/prepare.mjs bindings && vitest run --testTimeout 120000 ./test/bindings"
47
},
48
"dependencies": {
49
"detect-libc": "^2.0.3",
0 commit comments