Skip to content

Commit 66e40ed

Browse files
committed
increase windows timeout
1 parent da6aebf commit 66e40ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"test": "yarn test:bindings && yarn test:bundling && yarn test:electron",
4444
"test:bundling": "node test/prepare.mjs bundler && vitest run --testTimeout 60000 ./test/bundler",
4545
"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"
46+
"test:bindings": "node test/prepare.mjs bindings && vitest run --testTimeout 120000 ./test/bindings"
4747
},
4848
"dependencies": {
4949
"detect-libc": "^2.0.3",

0 commit comments

Comments
 (0)