chore: Increase hook timeout for Windows/NPM tests
This commit is contained in:
@@ -10,7 +10,7 @@ describe('NPM Package Management Utils', () => {
|
||||
beforeAll(async () => {
|
||||
// NPM needs the modules installed for 'npm ls' to work
|
||||
await execaCommand('npm i', { cwd });
|
||||
});
|
||||
}, 60e3);
|
||||
|
||||
describe('listDependencies', () => {
|
||||
it('should list direct dependencies', async () => {
|
||||
|
||||
@@ -35,7 +35,6 @@ export default defineWorkspace([
|
||||
mockReset: true,
|
||||
restoreMocks: true,
|
||||
setupFiles: 'vitest.setup.ts',
|
||||
testTimeout: 20e3,
|
||||
},
|
||||
plugins: [testSeed()],
|
||||
resolve,
|
||||
|
||||
Reference in New Issue
Block a user