Skip to content

Commit

Permalink
Increased test timeout to 30 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
targendaz2 committed Apr 22, 2024
1 parent ba3d50c commit ebcd166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const config: JestConfigWithTsJest = {
setupFilesAfterEnv: ['./tests/extensions/fs.ext.ts'],
testEnvironment: 'node',
testRegex: '.+\\.test\\.ts$',
testTimeout: 10000
testTimeout: 30000,
};

export default config;

0 comments on commit ebcd166

Please sign in to comment.