Skip to content

Commit 54a93ac

Browse files
committed
increase windows timeout
1 parent da6aebf commit 54a93ac

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
@@ -42,7 +42,7 @@
4242
"build:tarball": "npm pack",
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",
45-
"test:electron": "node test/prepare.mjs electron && vitest run --testTimeout 60000 ./test/electron",
45+
"test:electron": "node test/prepare.mjs electron && vitest run --testTimeout 120000 ./test/electron",
4646
"test:bindings": "node test/prepare.mjs bindings && vitest run --testTimeout 60000 ./test/bindings"
4747
},
4848
"dependencies": {

0 commit comments

Comments
 (0)