chore: update deps and test timeout
This commit is contained in:
@@ -16,7 +16,7 @@ export default defineConfig({
|
||||
},
|
||||
},
|
||||
test: {
|
||||
testTimeout: isWindows ? 120_000 : 60_000,
|
||||
testTimeout: 120_000,
|
||||
hookTimeout: isWindows ? 180_000 : 120_000,
|
||||
pool: "forks",
|
||||
maxWorkers: isCI ? ciWorkers : localWorkers,
|
||||
|
||||
Reference in New Issue
Block a user