Skip to content

Commit

Permalink
test: increase timeout for ama-sdk-schematics unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fpaul-1A committed Nov 22, 2023
1 parent c6e479f commit b0a6f07
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/@ama-sdk/schematics/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ module.exports = {
testPathIgnorePatterns: [
'<rootDir>/.*/templates/.*',
'\\.it\\.spec\\.ts$'
]
],
testTimeout: 30 * 1000
};

0 comments on commit b0a6f07

Please sign in to comment.