Skip to content

Commit

Permalink
test: set timeouts in both configs
Browse files Browse the repository at this point in the history
  • Loading branch information
TheUnderScorer committed Dec 28, 2023
1 parent 917970c commit ef465e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/nx-semantic-release/jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ export default {
moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx'],
coverageDirectory: '../../coverage/packages/nx-semantic-release',
setupFiles: [path.resolve(__dirname, './src/tests/setup.ts')],
testTimeout: 200_000,
};

0 comments on commit ef465e2

Please sign in to comment.