Skip to content

Commit

Permalink
chore: Increase hook timeout for Windows/NPM tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aklinker1 committed Mar 13, 2024
1 parent 121b521 commit 56b7149
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/core/package-managers/__tests__/npm.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 () => {
Expand Down
1 change: 0 additions & 1 deletion vitest.workspace.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ export default defineWorkspace([
mockReset: true,
restoreMocks: true,
setupFiles: 'vitest.setup.ts',
testTimeout: 20e3,
},
plugins: [testSeed()],
resolve,
Expand Down

0 comments on commit 56b7149

Please sign in to comment.